Description

Calculates genome-wide sequencing coverage.

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Input BAM/CRAM file

*.{bam,cram}

bai{:bash}

:file

Index for BAM/CRAM file

*.{bai,crai}

bed{:bash}

:file

BED file with intersected intervals

*.{bed}

meta2{:bash}

:map

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

fasta{:bash}

:file

Reference genome FASTA file

*.{fa,fasta}

Output

name:type
description
pattern

global_txt{:bash}

meta{:bash}

:map

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

*.global.dist.txt{:bash}

:file

Text file with global cumulative coverage distribution

*.{global.dist.txt}

summary_txt{:bash}

meta{:bash}

:map

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

*.summary.txt{:bash}

:file

Text file with summary mean depths per chromosome and regions

*.{summary.txt}

regions_txt{:bash}

meta{:bash}

:map

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

*.region.dist.txt{:bash}

:file

Text file with region cumulative coverage distribution

*.{region.dist.txt}

per_base_d4{:bash}

meta{:bash}

:map

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

*.per-base.d4{:bash}

:file

D4 file with per-base coverage

*.{per-base.d4}

per_base_bed{:bash}

meta{:bash}

:map

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

*.per-base.bed.gz{:bash}

:file

BED file with per-base coverage

*.{per-base.bed.gz}

per_base_csi{:bash}

meta{:bash}

:map

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

*.per-base.bed.gz.csi{:bash}

:file

Index file for BED file with per-base coverage

*.{per-base.bed.gz.csi}

regions_bed{:bash}

meta{:bash}

:map

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

*.regions.bed.gz{:bash}

:file

BED file with per-region coverage

*.{regions.bed.gz}

regions_csi{:bash}

meta{:bash}

:map

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

*.regions.bed.gz.csi{:bash}

:file

Index file for BED file with per-region coverage

*.{regions.bed.gz.csi}

quantized_bed{:bash}

meta{:bash}

:map

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

*.quantized.bed.gz{:bash}

:file

BED file with binned coverage

*.{quantized.bed.gz}

quantized_csi{:bash}

meta{:bash}

:map

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

*.quantized.bed.gz.csi{:bash}

:file

Index file for BED file with binned coverage

*.{quantized.bed.gz.csi}

thresholds_bed{:bash}

meta{:bash}

:map

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

*.thresholds.bed.gz{:bash}

:file

BED file with the number of bases in each region that are covered at or above each threshold

*.{thresholds.bed.gz}

thresholds_csi{:bash}

meta{:bash}

:map

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

*.thresholds.bed.gz.csi{:bash}

:file

Index file for BED file with threshold coverage

*.{thresholds.bed.gz.csi}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

mosdepth
MIT

Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing.