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

MergeVcfsAndGenotypes #313

Open
wcarre opened this issue Mar 25, 2024 · 1 comment
Open

MergeVcfsAndGenotypes #313

wcarre opened this issue Mar 25, 2024 · 1 comment

Comments

@wcarre
Copy link

wcarre commented Mar 25, 2024

Hello,
I am trying to use DISCVRSeq in replacement of gatk 3.7 CombineVariants.
I use the :
java -jar ~/DISCVRSeq/DISCVRSeq-1.3.31.jar MergeVcfsAndGenotypes -R ~/hg19_UCSC_wo_hap/fasta/hg19.wo_hap.fasta -V:HC ./HC.test.vcf -V:DV ./DV.test.vcf -V:FB ./FB.test.vcf --genotypeMergeOption UNSORTED -setKey CALLER -O ~/UNSORTED.test.vcf.

But dont get info on all the callers that found the variant.
With gatk3.7, I used to have CALLER=HC-DV-FB, but with DISCVRSeq, I just got one CALLER: HC.

Is it the normal behaviour, or is there a bug that prevent the info of all the caller to be reported. How can I get the info otherwise.

Thanks

@bbimber
Copy link
Contributor

bbimber commented Mar 25, 2024

Hello,

MergeVcfsAndGenotypes is largely a port of GATK3 into the GATK4 framework, and differences around this were discussed on these threads:

#228
#189

The source field is generated by GATK's GATKVariantContextUtils around line 1148: https://github.com/broadinstitute/gatk/blob/47a97ae948e4ab6fba7b0b441119ca52ae4c97f9/src/main/java/org/broadinstitute/hellbender/utils/variant/GATKVariantContextUtils.java#L1149

I think their code might have intended to track the sources, but didnt fully implement that. I posed that question to GATK's team here: broadinstitute/gatk#8750

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants