-
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
Mutect2 multi sample subworkflow #1013
Conversation
- Add filtermutectcalls to mutect2_ms subwf
- Separated test profile of mutect2_ms from other tools
Hi @berguner sorry for the delay. |
Hi @maxulysse , I will try to solve them and get back to you soon. |
you have tiny issues with end of lines in some files, but this is looking super good. |
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
|
I just run |
errors are |
ok, so some fixes are done, but not all. |
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
Looks amazing. |
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.
Fantastic work! I think you also found two inefficient computations we do, that can be fixed with your code
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
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.
AMAZING
Create a subworkflowrun mutect2 in joint mode for patients with multiple tumor samples as described in #916 .- Created 2 subworkflowsBAM_VARIANT_CALLING_TUMOR_ONLY_MUTECT2_MS
andBAM_VARIANT_CALLING_SOMATIC_MUTECT2_MS
.--mutect2_multi_sample
--joint_mutect
pipeline parameter to switch on multi sample mode.- VCFs are saved undervariant_calling/mutect2_ms
in multi sample mode.PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).