Skip to content
Snippets Groups Projects
Commit 142e673e authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add information about experiment to `inbreeding load` (dragoon/komodo!134)

this can be used by `plot` without passing extra arguments, i.e. the pipeline becomes
```bash
use bins/inbreeding

let experiment = "..."
```
```bash
inbreeding load $experiment | inbreeding plot
```
instead of having to know the value of `k` and do
```bash
inbreeding load $experiment | inbreeding plot --options { k: $k }
```
parent a3a5f2e2
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment