Closed justinjj24 closed 1 year ago
Note: overlapping bases are excluded. Mosdepth avoids double-counting coverage when the ends of a paired-end sequencing fragment have overlapping alignments.
https://github.com/c-BIG/NPM-sample-qc/blob/aa21ba718d0612426246bf14edd3c59385c3441a/bin/metrics/metrics.py#L103 should probably read "Overlapping bases from the two ends of paired-end reads are only contend once" instaed of "Overlapping bases excluded". right ? @nicolas-bertin or @skanwal do you agree
See in the latest metrics_definitions.md
PR-#7
https://github.com/ga4gh/quality-control-wgs/blob/main/metrics_definitions/metrics_definitions.md
mean_autosome_coverage in "GHIF WGS QC Metric definitions" googledoc
mean_autosome_coverage
recommended to be computed by mosdepth seems to imply we are looking at the average (mean) sequencing depth (across all autosomes) HoweverAre overlapping bases included? | FALSE
seem to imply that the desired behavior is for overlapping bases to be excluded and therefore what is counted is the fraction of the genome having at least one read@nicolas-bertin or @skanwal some clarification is needed here to alleviate ambiguity