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

Fix crash on PF_READS == 0 for AlignmentSummaryMetricsCollector #1871

Merged
merged 6 commits into from
May 10, 2023

Commits on Apr 13, 2023

  1. Create a (mostly) empty metrics file instead of giving a stacktrace i…

    …f no reads pass Illumina filters.
    kockan committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0629d95 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Added test for the PF_READS == 0 case. The new check should make chec…

    …king if TOTAL_READS > 0 redundant, so that's removed now.
    kockan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b24e512 View commit details
    Browse the repository at this point in the history
  2. Added the test file

    kockan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3e72e7b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    933a605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80aa0c View commit details
    Browse the repository at this point in the history
  3. Add another check to make sure TOTAL_READS > 0 before throwing a Pica…

    …rdException for PF_READS == 0
    kockan committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4b92bbc View commit details
    Browse the repository at this point in the history