Alternatives To Gatk Indelrealigner?
2
2
Entering edit mode
11.0 years ago

What are good alternatives to the GATK IndelRealigner tool?

http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_indels_IndelRealigner.html

Specially considering CPU and memory requirements in comparison to GATK.

gatk • 4.3k views
ADD COMMENT
1
Entering edit mode
11.0 years ago

There is SRMA, which performs the same task. I don't know how it compares in terms of computational requirements.

ADD COMMENT
1
Entering edit mode

I have tried both SRMA and GATK indel aligner and found GATK indel aligner easy to use and found it to be faster than SRMA.

ADD REPLY
0
Entering edit mode

Thanks, this is very useful information.

ADD REPLY
0
Entering edit mode
ADD COMMENT
0
Entering edit mode

I downloaded the code, thanks. Is there a way to run it that mimics the parameters used in a gatk realigner run? java -Djava.io.tmpdir="/tmp" -Xmx4g -jar "GATK/GenomeAnalysisTK.jar" -et NO_ET -T RealignerTargetCreator -R "genome.fa" -I "file.bam" -o "file.intervals" -L region

ADD REPLY
0
Entering edit mode

Not that I know of. They actually use different sets of reads for realignment.

ADD REPLY

Login before adding your answer.

Traffic: 1883 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6