-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
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.
These is still mutect1 at many places, but I guess these are going to disappear with #567
@@ -211,8 +212,8 @@ def helpMessage() { | |||
log.info " Default: all" | |||
log.info " Possible values:" | |||
log.info " all, fastqc, freebayes, gatk, igvtools, multiqc, mutect1" | |||
log.info " picard, qualimap, r-base, runallelecount, sarek" | |||
log.info " snpeff, snpeffgrch37, snpeffgrch38, vepgrch37, vepgrch38" | |||
log.info " picard, qualimap, r-base, runallelecount, sarek, snpeff" |
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.
We have fastqc, multiqc, qualimap, vcftools, as separate containers: these are all QC tools, is it possible to keep them separate, or can we merge these containers sometime?
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.
That could be a good idea, I'll think about it
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.
@@ -211,8 +212,8 @@ def helpMessage() { | |||
log.info " Default: all" | |||
log.info " Possible values:" | |||
log.info " all, fastqc, freebayes, gatk, igvtools, multiqc, mutect1" |
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.
Should be mutect2 I guess
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.
No, mutect2
is shipped with the GATK
container
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.
IC, of course. Shall I merge this first, or shall I wait for #567 ?
Yes, removing |
close #368
vcftools
containerRunVcftools
processConcatVCF
process