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

Included support for indel error detection and read filtering in CollectSamErrorMetrics #1370

Merged
merged 4 commits into from
Sep 24, 2019

Commits on Sep 24, 2019

  1. Included support for indel error detection in CollectSamErrorMetrics

    - Created new IndelErrorCalculator and IndelErrorMetric classes
    - Adjusted CollectSamErrorMetrics to be able to consider insertions and
    deletions, as well as number of inserted and deleted bases
    - Tests for indel error detection
    - Added indel_length stratifier
    - The PairOrientation stratifier now checks if the read is paired and
    returns null if it is not
    - Using operator information to that has been incorporated into htsjdk
    jonn-smith authored and michaelgatzen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    37fddf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc126b1 View commit details
    Browse the repository at this point in the history
  3. Manually merged iteration improvements

    - Merged mg_longread_error_reporting_iteration into mg_longread_error_reporting
    michaelgatzen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0930965 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    550c1c4 View commit details
    Browse the repository at this point in the history