Skip to content

Commit

Permalink
GeneRax 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitMorel committed Mar 28, 2021
1 parent 5a60924 commit e109ae1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![alt text](doc/generax_logo.png?raw=true "GeneRax")

News: we just created a new GeneRax google groups for asking questions and reporting issues: https://groups.google.com/g/generaxusers
News:
* 03.2021: GeneRax 2 is released, allowing rooted species tree inference from gene trees.
* 11.2020: we just created a new GeneRax google groups for asking questions and reporting issues: https://groups.google.com/g/generaxusers

# GeneRax

Expand All @@ -14,6 +16,10 @@ When using GeneRax, please cite: https://academic.oup.com/mbe/article/doi/10.109

GeneRax is also available on [`bioconda`](https://anaconda.org/bioconda/generax)

# SpeciesRax

SpeciesRax is part of the GeneRax tool and is available since GeneRax v2.0.0. SpeciesRax infers a rooted species tree from a set of unrooted gene trees. Preprint and wiki coming soon!

## Requirement

(If you are not installing with bioconda)
Expand Down
2 changes: 1 addition & 1 deletion src/GeneRax/generax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int generax_main(int argc, char** argv, void* comm)
{
ParallelContext::init(comm);
Logger::init();
Logger::timed << "GeneRax v1.2.3" << std::endl;
Logger::timed << "GeneRax v2.0.0" << std::endl;
GeneRaxInstance instance(argc, argv);
GeneRaxCore::initInstance(instance);
GeneRaxCore::initRandomGeneTrees(instance);
Expand Down

0 comments on commit e109ae1

Please sign in to comment.