Description

Computes the coverage of different regions from the bam file.

Input

Name (Type)
Description
Pattern

meta (map)

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

]

input (file)

BAM/CRAM file

*.{bam,cram}

meta2 (map)

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

fasta (file)

Reference genome file. Only needed when passing in CRAM instead of BAM.
If not using CRAM, please pass an empty file instead.

*.fasta

Output

Name (Type)
Description
Pattern

meta (map)

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

]

cov (file)

The coverage of different regions in bed format. Optional.

*.bed

wig (file)

The coverage of different regions in WIG format. Optional.

*.wig

versions (file)

File containing software versions

versions.yml