-
Notifications
You must be signed in to change notification settings - Fork 3
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 raredisease panel cmd #2718
Conversation
# Conflicts: # cg/constants/__init__.py # cg/constants/gene_panel.py # cg/meta/workflow/analysis.py # cg/store/api/status.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Although, you should probably get someone more cg savvy then me to review it :)
cg workflow mip-dna panel justhusky ✅
|
No raredisease case in statusDB to test with but we have no live functionality yet and raredisease uses identical functions as mip-dna so this is good enough I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good!
tests/cli/workflow/raredisease/test_cli_raredisease_compound_commands.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Made some suggestions about the code duplication
…add-raredisease-panel-cmd
Co-authored-by: Sebastian Diaz <[email protected]>
# Conflicts: # cg/constants/constants.py # cg/meta/workflow/mip.py
…add-raredisease-panel-cmd
cg workflow mip-dna panel justhusky ✅
|
|
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Deployed to production:
|
Description
Added
Changed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan