Skip to content
Snippets Groups Projects
  • STEVAN Antoine's avatar
    142e673e
    add information about experiment to `inbreeding load` (!134) · 142e673e
    STEVAN Antoine authored
    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 }
    ```
    142e673e
    History
    add information about experiment to `inbreeding load` (!134)
    STEVAN Antoine authored
    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 }
    ```
Code owners
Assign users and groups as approvers for specific file changes. Learn more.