Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GATK VariantFiltration undefined variable AB

    java -Xmx4g -jar ./GenomeAnalysisTK-1.1-12-g2d94037/GenomeAnalysisTK.jar \
    -l INFO \
    -nt 8 \
    -R ucsc.hg19.fasta \
    -T UnifiedGenotyper \
    -I ./testdata/32bwa_RG_realign_dedup_mate_recal.bam \
    -B:dbsnp,vcf /share/user_data/wfz1/database/hg19database/dbsnp_132.hg19.vcf \
    -o ./testdata/snps.raw32.vcf \
    -stand_call_conf 50.0 \
    -stand_emit_conf 10.0 \
    -dcov 500

    when I got the snps.raw32.vcf like this:
    #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT HGExon31
    chrM 150 . T C 353.47 PASS AC=1;AF=0.50;AN=2;BaseQRankSum=3.154;DP=18;Dels=0.00;FS=13.570;HRun=1;HaplotypeScore=1.8455;MQ=50.58;MQ0=0;MQRankSum=2.169;QD=19.64;ReadPosRankSum=1.971;SB=-129.49 GT:ADP:GQ:PL 0/1:5,13:18:96.57:383,0,97
    ...
    But when I run this:
    java -jar ./GenomeAnalysisTK-1.1-12-g2d94037/GenomeAnalysisTK.jar \
    -T VariantFiltration \
    -R ucsc.hg19.fasta \
    -B:dbsnp,vcf /share/user_data/wfz1/database/hg19database/dbsnp_132.hg19.vcf \
    -o ./testdata/snps.filtered31.vcf \
    -B:variant,VCF ./testdata/snps.raw31.vcf \
    -B:mask,Bed ./testdata/indels.mask31.bed \
    --maskName InDel \
    --clusterWindowSize 10 \
    --filterExpression "QUAL < 30.0 || AB > 0.75 && DP > 40 || QD < 5.0 || HRun > 5 || SB > -0.10" \
    --filterName "StandardFilters" \
    --filterExpression "MQ0 >= 4 && ((MQ0 / (1.0 * DP)) > 0.1)" \
    --filterName "HARD_TO_VALIDATE"

    I got this Error:
    ariantContextUtils.initializeMatchExps@223![15,17]: 'QUAL < 30.0 || AB > 0.75 && DP > 40 || QD < 5.0 || HRun > 5 || SB > -0.10;'
    undefined variable AB
    And I don't find the AB term in the snps.raw32.vcf file.
    How can I make GATK UnifiedGenotyper generate the snps.raw32.vcf contain the AB term?

Latest Articles

Collapse

  • seqadmin
    Best Practices for Single-Cell Sequencing Analysis
    by seqadmin



    While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
    Today, 07:15 AM
  • seqadmin
    Latest Developments in Precision Medicine
    by seqadmin



    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

    Somatic Genomics
    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
    05-24-2024, 01:16 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 08:18 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, Today, 08:04 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 06-03-2024, 06:55 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-30-2024, 03:16 PM
0 responses
27 views
0 likes
Last Post seqadmin  
Working...
X