-
Notifications
You must be signed in to change notification settings - Fork 417
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 variant caller to bcftools/vcftools + multiqc #618
Conversation
|
Is this PR closing this one too: #526 |
Still need to remove uncommented stuff and some dump statements. But most of it can be reviewed already. |
This should also fix the null folder of tiddit and issues related to |
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.
Just minor comments.
Amazing job, love it
Thanks @maxulysse for reviewing! |
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.
great work, I can take a more detailed look still if you want, but looks really good
@SusiJo since these are quite significant changes did you also run the mnaul tests locally? |
Yes, i ran almost all test cases locally, including all manual tests. I'm just wondering about strelkakb with manta and strelka together. Before applying the prefix changes, the strelka was using the manta output. Now both produce outputs 🤔 |
The PR looks almost ready to be merged. I couldn’t find anything obvious. |
Also close #621
PR checklist
This PR fixes the sample names of the files in
results/reports/bcftools
,results/reports/vcftools
andresults/multiqc
and adds the variant caller to the sample name.scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).