Skip to content

IndelRealigner-parameters vs Abra2-parameters  #59

@Manuel-DominguezCBG

Description

@Manuel-DominguezCBG

I am comparing IndelRealigner with abra2 (happy to provide my result here later) but first I need to understand and try to match parameters in both tools to do a fair comparison.

My IndelRealigner command is like this

apptainer exec --bind "$ref_folder":"$ref_folder" \
                      "$gatk3" java -Xmx24G -jar /opt/GenomeAnalysisTK.jar \
                      -T IndelRealigner \
                      -targetIntervals demo_data/abra_demo.intervals \
                      -R "$GRCh37" \
                      --maxConsensuses 750 \
                      --maxReadsForConsensuses 3000 \
                      --maxReadsForRealignment 500000 \
                      --maxReadsInMemory 3750000 \
                      -I demo_data/abra_demo.bam \
                      -o demo_data/abra_demo_IR.bam

and my Abra2 command is like this so far

apptainer run --bind "$ref_folder":"$ref_folder" \
                     ./abra2_latest.sif  java -Xmx8G -jar /opt/bin/abra2-2.20.jar \
                        --in demo_data/abra_demo.bam \
                        --out demo_data/abra_demo_ABRA.bam \
                        --ref "$GRCh37" \
                        --threads 8 \
                        --targets demo_data/demo.bed \
                        --mcr 3750000 \
                        --mrr 500000 \

What are the equivalent parameters for maxConsensuses and maxReadsForConsensuses in Abra2??
Does make sense for you to compare mcr with maxReadsInMemory and mrr maxReadsForRealignment?

So far, with the command shown above, the indel in your demo data is realigned with Abra2 but IndelRealigner misses this one.
Abra2
image
IR
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions