Description

A versatile pairwise aligner for genomic and spliced nucleotide sequences

Input

name:type
description
pattern

meta:map

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

]

reads:file

List of input FASTA or FASTQ files of size 1 and 2 for single-end and paired-end data, respectively.

meta2:map

Groovy Map containing reference information e.g. [ id:‘test_ref’]

reference:file

Reference database in FASTA format.

bam_format:boolean

Specify that output should be in BAM format

bam_index_extension:string

BAM alignment index extension (e.g. “bai”)

cigar_paf_format:boolean

Specify that output CIGAR should be in PAF format

cigar_bam:boolean

Write CIGAR with >65535 ops at the CG tag. This is recommended when doing XYZ (https://github.com/lh3/minimap2#working-with-65535-cigar-operations)

Output

name:type
description
pattern

paf

meta:map

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

]

*.paf:file

Alignment in PAF format

*.paf

bam

meta:map

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

]

*.bam:file

Alignment in BAM format

*.bam

index

meta:map

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

]

*.bam.${bam_index_extension}:file

BAM alignment index

*.bam.*

versions

versions.yml:file

File containing software versions

versions.yml

Tools

minimap2
MIT

A versatile pairwise aligner for genomic and spliced nucleotide sequences.