Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Removing MuTect1 #567

Closed
wants to merge 16 commits into from
Closed

Conversation

maxulysse
Copy link
Member

No description provided.

Copy link
Collaborator

@szilvajuhos szilvajuhos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to make a new version for this (2.1, as it is not a bugfix).
Seems Mutect2 is still present at multiple locations in the germline code, could you please double-check those? We can actually keep FreeBayes as many people are using it for germline.

germlineVC.nf Outdated
@@ -402,12 +384,11 @@ process ConcatVCF {
set variantCaller, idPatient, idSampleNormal, idSampleTumor, file("*.vcf.gz") into vcfConcatenated
file("*.vcf.gz.tbi") into vcfConcatenatedTbi

when: ( 'haplotypecaller' in tools || 'mutect1' in tools || 'mutect2' in tools || 'freebayes' in tools ) && !params.onlyQC
when: 'haplotypecaller' in tools && !params.onlyQC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit confused here, so it is germline calling, so all the somatic callers are removed, if I am correct.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember now, germlineVC.nf definitively needs more cleaning.
Do you want me to do that in this PR, or in a separate one?
Like in the one that will fix the BQSR thingy

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to keep it in a single PR (so we can backout :) ) There is no rush, we are going to use v2.0.0 for few weeks anyway.

germlineVC.nf Outdated
@@ -651,7 +632,6 @@ def defineDirectoryMap() {
'haplotypecaller' : "${params.outDir}/VariantCalling/HaplotypeCaller",
'gvcf-hc' : "${params.outDir}/VariantCalling/HaplotypeCallerGVCF",
'manta' : "${params.outDir}/VariantCalling/Manta",
'mutect1' : "${params.outDir}/VariantCalling/MuTect1",
'mutect2' : "${params.outDir}/VariantCalling/MuTect2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So Mutect2 also can be removed.

@@ -679,7 +659,6 @@ def defineToolList() {
'freebayes',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto freebayes though that can be used for germline, so, if somebody wants to have that, s/he can still use it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Freebayes for germline?
We're not doing that yet.
Which settings should we use?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aaa, you are right, just remove it.

@maxulysse maxulysse closed this Aug 14, 2018
@maxulysse maxulysse deleted the RemoveMuTect1 branch August 14, 2018 13:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants