-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implemented lineage only mode #54
Conversation
johausmann
commented
Sep 28, 2023
- Implementation of create reference only mode (Related to comment in 49 add subworkflow snpeff custom genome #50)
- Implementation of pangolin/lineage only mode to call pangolin for VCF or FASTA input. Closes Pangolin only mode #51
Implemented generate reference only mode
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.
Would you please add tests to the CI that test for reference_generate
and lineage_mode
?
Through automated tests you make sure that it works now and that if it's broken later on we know it before it's merged.
Updated main.nf to respect parameter params.skip_normalization Added integration tests for lineage mode and reference generate mode
Added tests for lineage and reference only modes
Make CodeFactor happy
Make CodeFactor happy
Updated test for GATK dict file
Okay, I've addressed the issues. Let me know if anything else is missing |
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.
Perfect!