Description

Assembly Based ReAligner for next-generation sequencing data

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

bams{:bash}

:file

Input BAM file - must be coordinate sorted

*.bam

bais{:bash}

:file

BAM index file

*.bai

meta2{:bash}

:map

Groovy Map containing reference information e.g. [ id:'genome' ]

fasta{:bash}

:file

Reference genome FASTA file

*.{fa,fasta,fna}

meta3{:bash}

:map

Groovy Map containing reference index information e.g. [ id:'genome' ]

fai{:bash}

:file

Reference genome FASTA index file

*.{fai}

meta4{:bash}

:map

Groovy Map containing target regions information e.g. [ id:'targets' ]

targets{:bash}

:file

BED file containing target regions for realignment (optional)

*.{bed}

meta5{:bash}

:map

Groovy Map containing GTF annotation information e.g. [ id:'annotation' ]

gtf{:bash}

:file

GTF annotation file for RNA-seq data (optional)

*.{gtf}

meta6{:bash}

:map

Groovy Map containing known indels information e.g. [ id:'known_indels' ]

known_indels{:bash}

:file

VCF file containing known indels (optional)

*.{vcf,vcf.gz}

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.bam{:bash}

:file

Realigned BAM file

*.abra.bam

bai{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.bam.bai{:bash}

:file

BAM index file (optional)

*.abra.bam.bai

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

abra2
MIT

Assembly Based ReAligner for next-generation sequencing data