Releases: gwct/grampa
Releases · gwct/grampa
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
This release includes commits that:
- Hybrid tip labels now have '+' added to them in the dup-counts output
- Re-factored code
- Removed
-dand replaced with the--st-onlyand--no-stoptions, which seems clearer - Clarified how
-vworks - Converted underscores in output files to hyphens
- Changed format of output files (see website: https://gwct.github.io/grampa/readme.html)
- Added
-scores.txtthat contains score information for all MUL-trees rather than just putting that in the.logfile - Converted global vars into a dict
GRAMPA v1.3.1
GRAMPA v1.3.1 doesn't add any major functionality, but adds warnings to the documentation that gene trees containing polytomies will be filtered from all analyses.
Install instructions: No install necessary. Simply extract to your desired location and run as python grampa.py. You may want to add the GRAMPA folder to your $PATH variable for ease of use.
See the website for more info!
GRAMPA v1.3
GRAMPA v1.3 doesn't add any major functionality, but provides a much needed clean-up of some of the code as well as some useful minor features.
- Added the
--numtreesoption to quickly calculate the number of MUL-trees possible for a given input. - Added the
--versionoption to quickly print out the version info. - Implemented error checking for the psutil module when
--statsis used. - General upkeep.