You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: