Calculates genome-wide sequencing coverage.
meta
Groovy Map containing sample information e.g. [ id:'test', single_end:false ]
bam
Input BAM/CRAM file
*.{bam,cram}
bai
Index for BAM/CRAM file
*.{bai,crai}
meta2
Groovy Map containing bed information e.g. [ id:'test' ]
bed
BED file with intersected intervals
*.{bed}
meta3
Groovy Map containing reference information e.g. [ id:'test' ]
fasta
Reference genome FASTA file
*.{fa,fasta}
global_txt
Text file with global cumulative coverage distribution
*.{global.dist.txt}
regions_txt
Text file with region cumulative coverage distribution
*.{region.dist.txt}
summary_txt
Text file with summary mean depths per chromosome and regions
*.{summary.txt}
per_base_bed
BED file with per-base coverage
*.{per-base.bed.gz}
per_base_csi
Index file for BED file with per-base coverage
*.{per-base.bed.gz.csi}
per_base_d4
D4 file with per-base coverage
*.{per-base.d4}
regions_bed
BED file with per-region coverage
*.{regions.bed.gz}
regions_csi
Index file for BED file with per-region coverage
*.{regions.bed.gz.csi}
quantized_bed
BED file with binned coverage
*.{quantized.bed.gz}
quantized_csi
Index file for BED file with binned coverage
*.{quantized.bed.gz.csi}
thresholds_bed
BED file with the number of bases in each region that are covered at or above each threshold
*.{thresholds.bed.gz}
thresholds_csi
Index file for BED file with threshold coverage
*.{thresholds.bed.gz.csi}
versions
File containing software versions
versions.yml
Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing.