-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
24 lines (24 loc) · 1.05 KB
/
ChangeLog
File metadata and controls
24 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.3b (Nov 2021)
* Implement efficient affine gap cost alignment
with O(n^2 max_shift^2) time complexity, 9 states and 15 cases per state
* Preserve implementation of non-affine algorithm
(it is automatically chosen for gap_opening_cost 0)
* Use sparse DP matrix O(n^2 max_shift^2)
* Support similarity matrix for protein comparison, include BLOSUM62
* Rewrite code for compilation with Cython and optimize due to static typing
* Support input from files
* Graphic representation of protein alignments
* Smart trace back preferring more natural shifts (in case of
ambiguity)
0.2 (Feb 14 2020)
corresponding to the LNBI-CIBB post-proceedings submission
* add version option
* more flexible, prettier output of result bi-alignment
0.1 (May 03, 2019)
corresponding to the CIBB conference submission
* stral-like scoring of structure
* highlighting in output
* basic bi-alignment functionality (treat bi-alignments like four-way
* alignments)
pre-versions:
incomplete bi-alignment as three-way alignment