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: cram file hk tags #1307

Merged
merged 4 commits into from
Nov 1, 2023
Merged

fix: cram file hk tags #1307

merged 4 commits into from
Nov 1, 2023

Conversation

mathiasbio
Copy link
Collaborator

@mathiasbio mathiasbio commented Oct 31, 2023

This PR:

Rename final cram files to remove the final_bam_suffix which should return the tags for the hk file to the original state.

Removed: final_bam_suffix wildcard from cram rules. Final cram names are now in pattern:

  • tumor.[accid].cram
  • normal.[accid].cram

PR specific tests:

  • TGA TN case runs without error
  • And cram files can be stored in HK
image
  • WGS TN case runs without error
  • And cram files can be stored in HK
image

Review and tests:

  • Tests pass
  • Code review
  • New code is executed and covered by tests, and test approve

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
BALSAMIC/commands/base.py 100.00% <100.00%> (ø)
BALSAMIC/commands/config/base.py 100.00% <100.00%> (ø)
BALSAMIC/commands/config/case.py 100.00% <100.00%> (+3.44%) ⬆️
BALSAMIC/commands/config/pon.py 100.00% <100.00%> (+4.87%) ⬆️
BALSAMIC/commands/init/base.py 100.00% <100.00%> (ø)
BALSAMIC/commands/options.py 100.00% <100.00%> (ø)
BALSAMIC/commands/report/base.py 100.00% <100.00%> (ø)
BALSAMIC/commands/report/deliver.py 100.00% <100.00%> (ø)
BALSAMIC/commands/report/status.py 100.00% <100.00%> (ø)
BALSAMIC/commands/run/analysis.py 100.00% <100.00%> (ø)
... and 20 more

📢 Thoughts on this report? Let us know!.

@ivadym ivadym changed the base branch from master to develop October 31, 2023 16:06
@mathiasbio mathiasbio self-assigned this Nov 1, 2023
@mathiasbio mathiasbio modified the milestones: Release 14, Release 13 Nov 1, 2023
@mathiasbio mathiasbio marked this pull request as ready for review November 1, 2023 10:26
@mathiasbio mathiasbio requested a review from a team as a code owner November 1, 2023 10:26
Copy link

sonarqubecloud bot commented Nov 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ivadym ivadym linked an issue Nov 1, 2023 that may be closed by this pull request
2 tasks
@ivadym ivadym mentioned this pull request Nov 1, 2023
2 tasks
Copy link
Contributor

@ivadym ivadym left a comment

Choose a reason for hiding this comment

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

Clean fix, nice! 🧼 ⭐

@mathiasbio mathiasbio merged commit 3194eaa into develop Nov 1, 2023
@mathiasbio mathiasbio deleted the fix_cram_file_hk_tags branch November 1, 2023 12:43
@ivadym ivadym mentioned this pull request Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Archived
Development

Successfully merging this pull request may close these issues.

Develop Branch: Unable to Store Cases
2 participants