Skip to content

add information about experiment to `inbreeding load`

STEVAN Antoine requested to merge inbreeding-load-and-plot into main

this can be used by plot without passing extra arguments, i.e. the pipeline becomes

use bins/inbreeding

let experiment = "..."
inbreeding load $experiment | inbreeding plot

instead of having to know the value of k and do

inbreeding load $experiment | inbreeding plot --options { k: $k }

Merge request reports