broadinstitute / viral-ngs

Viral genomics analysis pipelines
Other
188 stars 67 forks source link

expose --skipMarkDupes and --plotOnlyNonDuplicates in WDL #925

Closed tomkinsc closed 5 years ago

tomkinsc commented 5 years ago

This PR exposes --skipMarkDupes in the WDL task plot_coverage within tasks_reports.wdl to address #924. It also exposes --plotOnlyNonDuplicates for reports.py::plot_coverage, which is only used when duplicate marking is not skipped. By default, duplicates are marked and rendered on the coverage plots created by the plot_coverage task within tasks_reports.wdl.