This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Any standalone tool for INDEL Realignment?

Hello,

I am thinking of using DeepVariant to call variants, and in their documentation they didn't mentioned anyhting about INDEL Realignment, so I was thinking of using a tool for indel realignment before calling DeepVariant.

So is there any standalone tool just for INDEL Realignment.

Currently I am using HaplotypeCaller, which by default does the Realignment.

Thank you.

indels deepvariant realignment

2 answers

GATK removed the IndelRealignment tool when v4 came out as it was a very resource demanding step and HaplotypeCaller was indeed already performing local realignment. If you need to realign your indels before using any other variant calling tool you could always try using previous GATK v3.8 (see archive here), which is the latest major version that implemented that module.

Abra2 link: https://github.com/mozack/abra2 does this quite well for short reads.

We implemented it in our alignment pipeline here as well if interested: https://github.com/MHH-RCUG/Wochenende

Log in to answer this question.