Skip to content
Snippets Groups Projects

move "inbreeding" snippets from README to real scripts

Merged STEVAN Antoine requested to merge inbreeding-scripts into main
4 files
+ 125
50
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 11
0
use ../src/.nushell/consts.nu CACHE
use ../
const FIGURES_DIR = ($CACHE | path join figures)
mkdir $FIGURES_DIR
for exp in (inbreeding list) {
let img = $FIGURES_DIR | path join $exp | path parse --extension '' | update extension "png" | path join
inbreeding load $exp | inbreeding plot --save $img
}
Loading