dwinter / accuMUlate

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

function for ReadDataVector collection #6

Closed dwinter closed 7 years ago

dwinter commented 9 years ago

At the moment, both the "main" function and each of the utilility functions have their own ReadDataVector collecting visitiors. Which leads to a whole heap of replicated code.

It would make more sense to have a single 'ReadData collector' function, with different visitors to deal with the resulting vectors. This design would also make it easier to swap out Bamtools for and htslib pileup in the future.