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.
Alternatives To Gatk Indelrealigner?
What are good alternatives to the GATK IndelRealigner tool?
Specially considering CPU and memory requirements in comparison to GATK.
• 5,040 views
•
link
2 answers
• 46 views
•
link
Thanks, this is very useful information.
• 0 views
•
link
• 0 views
•
link
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
• 0 views
•
link
Not that I know of. They actually use different sets of reads for realignment.
• 1 views
•
link
Log in to answer this question.