icgc-argo-workflows/dna-seq-processing-tools

bwa-mem-aligner: update how to find corresponding read group in metadata from input lane bam

Closed this issue · 1 comments

Similar to #105, since rg_id_in_bam could be the same from different input BAMs, in bwa-mem-aligner here using rg_id_in_bam to find corresponding read group in metadata JSON is no longer reliable.

The solution is similar to how it's done in payload-gen-dna-seq-qc at here

addressed by #113