Skip to content
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 column is enforced in germline calls even though mutect is not used #916

Open
anoronh4 opened this issue Aug 25, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@anoronh4
Copy link
Collaborator

anoronh4 commented Aug 25, 2021

We use HaplotypeCaller and Strelka2 to call germline mutations, unlike somatic mutations where we use MuTect2 and Strelka2. However, the MuTect2 column is created when vcf2maf.pl is called (empty column is generated with --retain-info parameter). The HaplotypeCaller field is not retained. The MuTect2 column is then used later even though it contains no useful information:

MuTect2 = ifelse(is.na(MuTect2), 0, 1),

We might consider to retain the HaplotypeCaller column in the germline maf instead, and adjust the R script to use the HaplotypeCaller column instead.

@anoronh4
Copy link
Collaborator Author

We should also consider separating custom scripts such as filter-germline-maf.R from the containers to make updates easier. it does not make sense to reinstall a container when small changes are made to a custom script.

@gongyixiao gongyixiao added this to the 2.0 milestone Mar 16, 2023
@gongyixiao gongyixiao added the bug Something isn't working label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants