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 q30 check when calculating sample reads #3680

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

beatrizsavinhas
Copy link
Contributor

@beatrizsavinhas beatrizsavinhas commented Sep 3, 2024

Description

Closes #3679

Added

  • Check for q30 when calculating Sample.reads
  • Tests for when the q30 of a lane is below the threshold for the sequencer type

How to prepare for test

  • Ssh to relevant server (depending on type of change)
  • Use stage: us
  • Paxa the environment: paxa
  • Install on stage (example for Hasta):
    bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-tool-stage.sh -e S_cg -t cg -b [THIS-BRANCH-NAME] -a

How to test

  • Do ...

Expected test outcome

  • Check that ...
  • Take a screenshot and attach or copy/paste the output.

Review

  • Tests executed by
  • "Merge and deploy" approved by
    Thanks for filling in who performed the code review and the test!

This version is a

  • MAJOR - when you make incompatible API changes
  • MINOR - when you add functionality in a backwards compatible manner
  • PATCH - when you make backwards compatible bug fixes or documentation/instructions

Implementation Plan

  • Document in ...
  • Deploy this branch on ...
  • Inform to ...

@beatrizsavinhas beatrizsavinhas requested a review from a team as a code owner September 3, 2024 12:50
@beatrizsavinhas beatrizsavinhas changed the title Add reads q30 check and tests. Add reads q30 check Sep 3, 2024
@beatrizsavinhas beatrizsavinhas changed the title Add reads q30 check Add q30 check when calculating sample reads Sep 3, 2024
Copy link
Contributor

@ChrOertlin ChrOertlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link

sonarqubecloud bot commented Sep 3, 2024

@beatrizsavinhas beatrizsavinhas merged commit a826107 into master Sep 3, 2024
9 checks passed
@beatrizsavinhas beatrizsavinhas deleted the 3679-update-sample-reads branch September 3, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calculation for sample reads does not account for low q30 score
2 participants