dwinter / accuMUlate

code for calling mutatons from MA lines
MIT License
1 stars 6 forks source link

Initialzation of m_samples() and ReadDataVector #20

Closed dwinter closed 7 years ago

dwinter commented 9 years ago

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.