At present, the ReadDataVector is initalised with the same length as m_samples which is the number of readgroups encountered in parsing the BAM header -- meaning samples with more than one readgroup are counted twice
The length should be equal to the number of samples.
At present, the
ReadDataVector
is initalised with the same length asm_samples
which is the number of readgroups encountered in parsing the BAM header -- meaning samples with more than one readgroup are counted twiceThe length should be equal to the number of samples.