Releases: shenwei356/wfa
Releases · shenwei356/wfa
wfa-go v0.4.0
- v0.4.0
- add an augument to
AlignmentResult.AlignmentText()
andAlignmentResult.CIGAR
. - wfa-go: add a new flag
-t
for only showing the aligned region.
- add an augument to
wfa-go v0.3.1
- v0.3.1
- use a more efficient data structure to store cigar operations.
- slight speed improvement.
wfa-go v0.3.0
- v0.3.0
- faster speed and lower memory simply by changing the default value of
OFFSETS_BASE_SIZE
from 2048 to 128. - setting
WAVEFRONTS_BASE_SIZE
andOFFSETS_BASE_SIZE
as global variables, not constants.
- faster speed and lower memory simply by changing the default value of
wfa-go v0.2.3
- v0.2.3
- fix adaptive reduction.
wfa-go v0.2.2
- v0.2.2
- fix a concurrency bug when using multiple aligners.
wfa-go v0.2.1
- v0.2.1
- fix missing of bounds checking in adaptive reduction.
wfa-go v0.2.0
- v0.2.0
- rewrite the whole package.
- more accurate.
- 2X faster than v0.1.0, lower memory.
wfa-go v0.1.0
- v0.1.0
- first version.
- The speed is not ideal as the data structures and backtrace algorithm are inefficient.