This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Hwo to identify that BQSR is performed on CRAM file

Hi, I have a bunch of CRAM files of WGS that I want to check if Base Quality Score Recalibration (BQSR) has been done or not. Does anyone can help me how can I check it?

illumina gatk wgs sequencing bqsr

1 answer

If you run samtools view -H on your alignment file, you should have an entry starting with @PG ID:GATK ApplyBQSR .... in your CRAM/BAM header.

Do you have an idea that how long on average does it take to run gatk ApplyBQSR on a whole genome sequencing (WGS) data? Does it necessary to perform this step on CRAMs?

I don't know what are your computing resources but compared to the alignement itself it's quite short.

Log in to answer this question.