-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.0
- Loading branch information
Showing
6 changed files
with
122 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
============================================================================================================ | ||
v0.1.3 | ||
- Changed the database name convention (omega parameter) | ||
- PhyML parser rolled back to slow and naive solution due to breaking updates in last PhyML versions | ||
v0.2.0 | ||
|
||
============================================================================================================ | ||
v0.1.2 | ||
- The database name convention has changed to be consistent to the latest versions of RAPPASv1 (java) | ||
- The default omega value now is 1.5 | ||
- Updated core to v0.1.7, which supports ambiguous bases | ||
|
||
============================================================================================================ | ||
v0.1.1 | ||
The pre-publication release intended to be the reference version for the further improvements. Previous releases are left mostly for history and are not supposed to be used. | ||
|
||
- New construction algorithm: now the construction is done by completing two steps. | ||
In the first one, hashmaps of group nodes are built independently and stored on disk in ${workdir}/hashmaps. | ||
After, they are merged into a database hashmap. | ||
- AR Probability matrix is destroyed after the first stage of the algorithm. | ||
It makes the peak RAM consumption approximately to be max(proba matrix size, final database size). | ||
|
||
============================================================================================================ | ||
v0.1.0 | ||
First released version. | ||
- Supported partial loading of databases with phylo-k-mer filtering (--mu, --max-ram) | ||
- Reintroduced parallelism (--threads) | ||
- Reworked LWR formula so that it is normalized over all branches of the tree | ||
- Various improvements and fixes | ||
- Removed the old changelog since it was related to the functionality that had migrated to IPK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.