Description

Align high throughput chromatin profiles using Chromap then sort with samtools

Input

name:type
description
pattern

meta :map

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

]

ch_reads :file

Structure: [val(meta), path(reads)]
List of input 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’ ]

ch_index :file

Structure: [val(meta2), path(index)]
Chromap genome index files

*.index

ch_fasta :file

Structure: [val(meta2), path(fasta)]
Reference fasta file

*.{fasta,fa}

ch_barcodes :file

Structure: [path(barcodes)]
Cell barcode files

ch_whitelist :file

Structure: [path(whitelist)]
Cell barcode whitelist file

ch_chr_order :file

Structure: [path(chr_order)]
Custom chromosome order

ch_pairs_chr_order :file

Structure: [path(pairs_chr_order)]
Natural chromosome order for pairs flipping

Output

name:type
description
pattern

meta :map

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

bam :file

BAM file

*.bam

bai :file

BAM index (currently only for snapaligner)

*.bai

stats :file

File containing samtools stats output

*.{stats}

flagstat :file

File containing samtools flagstat output

*.{flagstat}

idxstats :file

File containing samtools idxstats output

*.{idxstats}

versions :file

File containing software versions

versions.yml