goleft indexcov
Supported Tool
Quickly estimate coverage from a whole-genome bam index, providing 16KB resolution. This is useful as a quick QC to get coverage values across the genome.
Description
The goleft indexcov module parses results generated by goleft indexcov. It uses the PED and ROC data files to create diagnostic plots of coverage per sample, helping to identify sample gender and coverage issues.
By default, we attempt to only plot chromosomes using standard human-like naming (chr1, chr2… chrX or 1, 2 … X) but you can specify chromosomes for detailed ROC plots for alternative naming schemes in your configuration with:
The number of plotted chromosomes is limited to 50 by default, you can customise this with the following:
File search patterns
goleft_indexcov/roc:
fn: "*-indexcov.roc"
goleft_indexcov/ped:
fn: "*-indexcov.ped"