Description

Map short-reads to an indexed reference genome

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads

:file

Sequencing reads in FASTQ or BAM (unmapped/mapped) related formats. Supports only single-end or merged paired-end data (mandatory)

*.{bam,cram,fastq,fastq.gz,fq,fq.gz}

meta2

:map

Groovy Map containing reference information e.g. [ id:‘test’, single_end:false ]

index

:file

mapAD genome index files (mandatory)

*.{tbw,tle,toc,tos,tpi,trt,tsa}

mismatch_parameter

:float

Minimum probability of the number of mismatches under -D base error rate

double_stranded_library

:boolean

Library preparation method - specify if double stranded else it’s assumed single stranded

five_prime_overhang

:float

5’-overhang length parameter

three_prime_overhang

:float

3’-overhang length parameter

deam_rate_double_stranded

:float

Deamination rate in double-stranded stem of a read

deam_rate_single_stranded

:float

Deamination rate in single-stranded ends of a read

indel_rate

:float

Expected rate of indels between reads and reference

Output

name:type
description
pattern

bam

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bam

:file

Output BAM/SAM file containing read alignments

*.bam

versions

versions.yml

:file

File containing software versions

versions.yml

Tools

mapad
MIT

An aDNA aware short-read mapper