Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

Problem with Mitochondrial short variant discovery; RevertSam and MergeBamAlignment steps

0

3 comments

  • Avatar
    Gökalp Çelik

    Hi Floor Claessens

    RevertSam step is used to convert chrM reads to their unmapped state in order to be converted back to fastq and feed to BWA to realign to the mitochondrial genome alone. You cannot use your chrM aligned reads filtered from the original input bam directly for this analysis. 

    Can you try mapping your reads to mitochondrial genome and merge later?

    Regards. 

    0
    Comment actions Permalink
  • Avatar
    Floor Claessens

    Dear Gökalp Çelik,

    Thank you for your message. If I understand you correctly that is an additional step you would add between the RevertSam and MergeBamAlignment step, which is currently not indicated on the webpage. I was specifically interested in performing the pipeline as described on the website to compare it to my self-made pipeline.

    Kind regards,

    Floor

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    Hi again.

    You may wish to refer back to the wdl that we publish within our GATK releases. There is a bwa mem mapping stage in between those two steps actually twice (there is only a single implementation called twice by the master wdl.). Once for the regular chrM and the other is for the rotated chrM reference. 

    https://github.com/broadinstitute/gatk/blob/master/scripts/mitochondria_m2_wdl/AlignmentPipeline.wdl 

    I hope this helps.

    Regards. 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk