GATK FilterVariantTranches - all mutations passed the filter
0
0
Entering edit mode
4.4 years ago
Vladislav ▴ 20

Hi, Biostars community.

I tried to filter variants in my .vcf file using GATK CNNScoreVariants and FilterVariantTranches, but in result file all mutations passed the filter.


Commands:

gatk CNNScoreVariants -V input.vcf -R reference.fa -O scored.vcf

gatk FilterVariantTranches -V scored.vcf \
   --resource hapmap_3.3.hg38.scored.vcf \
   --resource Mills_and_1000G_gold_standard.indels.hg38.scored.vcf \
   --info-key CNN_1D \
   -O result.vcf

Addictional info:

  • GATK version: 4.1.8.0
  • OS: Ubuntu Server 18.04
  • All commands executed under GATK conda enviroment.
  • Resource vcf files scored via CNNScoreVariants.

Solved

Solved via specifying "-snp-tranche" and "-indel-tranche" options.


GATK CNNScoreVariants FilterVariantTranches • 1.5k views
ADD COMMENT

Login before adding your answer.

Traffic: 859 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6