Release 1.0.0
What's Changed
First full-release of RIBAP.
Since the last pre-release:
- We have rewritten our ILP modules to be less harddrive-demanding.
- per default: ILPs and their solutions are not stored anymore. For large datasets, this was waaaay too much.
- we introduced the flag
--keepILPs
which can be set in thenextflow run
command. Using this won't delete ILPs.
- We exchanged the module to build the phylogenetic tree of the core genome. Now
IQ-Tree2
is used instead ofRAxML
.- if a core gene family has 100% sequence similarity between all possible comparisons, it'll be ignored for the tree calculation
- RIBAP now supports
mamba
additionally toconda
with-profile mamba
(note: you have to installmamba
to make this work) - Some minor changes are included, like correct naming of output directories and allocating resources on HPC systems.
Full Changelog: 0.7.2...1.0.0