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