Fixes a bug in the QC pipeline (qc/pipeline.py) when collating the insert sizes from Picard's collectInsertSizeMetrics function, where the TSV file produced by the pipeline didn't use the correct BAM file names (in fact the same name was used for all metrics).
Fixes a bug in the QC pipeline (
qc/pipeline.py
) when collating the insert sizes from Picard'scollectInsertSizeMetrics
function, where the TSV file produced by the pipeline didn't use the correct BAM file names (in fact the same name was used for all metrics).