-
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.
Merge pull request #10 from phylo42/develop
v0.2.0 commit
- Loading branch information
Showing
4 changed files
with
10 additions
and
24 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,7 @@ | ||
============================================================================================================ | ||
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.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 | ||
|
||
- 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. | ||
v0.2.0 | ||
- 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
Submodule i2l
updated
4 files
+8 −15 | CMakeLists.txt | |
+19 −1 | include/i2l/phylo_kmer_db.h | |
+1 −1 | include/i2l/phylo_tree.h | |
+7 −6 | include/i2l/serialization.h |