Skip to content
Snippets Groups Projects

refactor "inbreeding" Nushell modules

Merged STEVAN Antoine requested to merge refactor-inbreeding-nushell-modules into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -42,7 +42,7 @@ inbreeding load $experiment | inbreeding plot
## plot all experiments
```bash
use bins/inbreeding/consts.nu CACHE
use bins/inbreeding/src/.nushell/consts.nu CACHE
use bins/inbreeding
const FIGURES_DIR = ($CACHE | path join figures)
Loading