Skip to content
Snippets Groups Projects
Commit a29b511d authored by STEVAN Antoine's avatar STEVAN Antoine 🦀
Browse files

include the standard deviation of "inbreeding" measurements (dragoon/komodo!119)

this adds `$.diversity.e` to the output of `inbreeding load` and input of `inbreeding plot` to show errors bars in the final plot.

these can be discarded by running something similar to
```bash
inbreeding load $experiment
    | reject diversity.e
    | inbreeding plot --options { k: $OPTS.k }
```
parent 31d58f4c
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