Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for read groups in EstimatePoolingFractions #639

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    f776913 View commit details
    Browse the repository at this point in the history
  2. Update EstimatePoolingFractions to be able to use the per-sample/geno…

    …type AF instead of 0/0.5/1 when available.
    tfenne committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    afa51cc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Add support for read groups in EstimatePoolingFractions

    The `--by-sample` argument will now group input reads by their sample
    name specified in their corresponding read group.  In this case, reads
    without a read group are ignored, and read groups with the same sample
    are jointly estimated.
    nh13 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    93e1f14 View commit details
    Browse the repository at this point in the history
  2. add a unit test

    nh13 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    8548c83 View commit details
    Browse the repository at this point in the history