Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GopiGugan committed Sep 17, 2024
2 parents 971e1d3 + b9aada0 commit 2c12bee
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 160 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [mpi4py](https://pypi.org/project/mpi4py/)
* [SciPy](https://www.scipy.org/) version 1.5+
* [rpy2](https://rpy2.github.io/doc/latest/html/index.html) version 3.5.13+
* [psycopg2](https://pypi.org/project/psycopg2/) version 2.9.6+
* [psycopg2](https://pypi.org/project/psycopg2/) version 2.9.6+ (requires `postgresql-devel`/`libpq5`)
* [minimap2](https://github.com/lh3/minimap2) version 2.1+
* [FastTree2](http://www.microbesonline.org/fasttree/) version 2.1.10+, compiled for [double precision](http://www.microbesonline.org/fasttree/#BranchLen)
* [TreeTime](https://github.com/neherlab/treetime) version 0.7.5+
Expand Down Expand Up @@ -132,4 +132,4 @@ npm test
and in a new terminal terminal window run
```
npx cypress run --config-file "config/cypress.config.js"
```
```
Loading

0 comments on commit 2c12bee

Please sign in to comment.