Not printed BQ tags in the bam file after recalibration.
Posted in Ask the team | Last updated on 2013-01-07 19:52:42


There are no comments on this article yet. To add one, view this post on the forum


Hi all; I use the old version of GATK and it seems that -T TableRecalibration does not work correctly on my .bam file. Nothing is printed out as BQ tag although I use these parameters:

    java -Xms5g -Xmx5g -jar $GATK/GenomeAnalysisTK.jar \
    -R $REF \
    -I $d/$f\_marked.bam  \
    -o $d/$f\_recalibrated.bam \
    -T TableRecalibration \
    -baq RECALCULATE \
    --doNotWriteOriginalQuals \
    -recalFile $d/$f\_marked.bam.csv \
    -et NO_ET

I would appreciate any input.


Return to top

There are no comments on this article yet. To add one, view this post on the forum