|
1 | | -2024-04-24 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 1 | +2024-04-24 Timo Lassmann <timolassmann@icloud.com> |
2 | 2 |
|
3 | 3 | * version 3.4.1 |
4 | 4 | - Fixed an issue when kalign is given hundreds of identical sequences. |
5 | 5 | - added build.zig |
6 | 6 |
|
7 | | -2023-12-10 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 7 | +2023-12-10 Timo Lassmann <timolassmann@icloud.com> |
8 | 8 |
|
9 | 9 | * version 3.4.0 |
10 | 10 | - Added a simple sequence simulator for testing |
11 | 11 | - Fixed an issue where alignments would be slighly different |
12 | 12 | depending on the number of threads used. |
13 | 13 |
|
14 | | -2022-11-05 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 14 | +2022-11-05 Timo Lassmann <timolassmann@icloud.com> |
15 | 15 |
|
16 | 16 | * version 3.3.5 |
17 | 17 | - Added a check to find and remove sequences of length 0. |
18 | 18 |
|
19 | | -2022-10-28 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 19 | +2022-10-28 Timo Lassmann <timolassmann@icloud.com> |
20 | 20 |
|
21 | 21 | * version 3.3.4 - Cmake and more |
22 | 22 | - switched to cmake |
|
30 | 30 | 3) alignment types giving users more control over alignment parameters. |
31 | 31 | 4) multi-threading |
32 | 32 |
|
33 | | -2022-03-21 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 33 | +2022-03-21 Timo Lassmann <timolassmann@icloud.com> |
34 | 34 |
|
35 | 35 | * version 3.3.2 - Bug Fix |
36 | 36 | There was a bug in building a guide tree from highly similar sequences. The fix |
|
40 | 40 | In addition Kalign now compiles on Apple's M1 chip and possibly on other ARM architectures |
41 | 41 | as well (although I did not test the latter). |
42 | 42 |
|
43 | | -2021-04-16 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 43 | +2021-04-16 Timo Lassmann <timolassmann@icloud.com> |
44 | 44 |
|
45 | 45 | * version 3.3.1 - Bug Fix |
46 | 46 | The previous version kalign checked the top 50 sequences in inputs to determine |
|
62 | 62 | [Date Time] : WARNING : align the sequences. (rwalign.c line 517) |
63 | 63 | [Date Time] : WARNING : -------------------------------------------- (rwalign.c line 518) |
64 | 64 |
|
65 | | -2020-11-06 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 65 | +2020-11-06 Timo Lassmann <timolassmann@icloud.com> |
66 | 66 |
|
67 | 67 | * version 3.3 - Threading and more |
68 | 68 | - Kalign now runs pairwise distance estimation, guide tree building and alignments in parallel. |
|
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 | | -2020-09-24 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 76 | +2020-09-24 Timo Lassmann <timolassmann@icloud.com> |
77 | 77 |
|
78 | 78 | * version 3.2.7 - Development version |
79 | 79 | - dynamic programming in now more modular. |
|
87 | 87 |
|
88 | 88 | with the empirically derived gap penalties. |
89 | 89 |
|
90 | | -2020-04-22 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 90 | +2020-04-22 Timo Lassmann <timolassmann@icloud.com> |
91 | 91 |
|
92 | 92 | * version 3.2.5 |
93 | 93 | - Bug fix: when given long output named the first lines in msf |
94 | 94 | output could be truncated. |
95 | 95 |
|
96 | | -2020-04-01 Timo Lassmann <timo.lassmann@telethonkids.org.au> |
| 96 | +2020-04-01 Timo Lassmann <timolassmann@icloud.com> |
97 | 97 |
|
98 | 98 | * version 3.2.4 |
99 | 99 | - Fixed issue relating to stdin input on clusters. |
|
0 commit comments