v0.1 - 2020/02/17
This is a frozen stable version of abismal. Some of the improvements to be incorporated in the next release are:
- Aligning PE reads in the
select_maps
function for all candidate concordant pairs - Adjust the
AbismalAlign.hpp
class so it does not adjust the table size dynamically, but rather takes the longest read of a batch to know the memory requirement in advance. - Decide on ambiguity based on a function of alignment score of first and second best matches.
- Allow for scores to be user-defined in options?