Skip to content

Commit 60d3d50

Browse files
committed
correct dependencies
1 parent 7f5f33c commit 60d3d50

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,22 @@
4949
TreeProfiler is command-line tool for profiling metadata table into phylogenetic tree with descriptive analysis and output visualization
5050

5151
## Installation
52-
TreeProfiler requires to install ete4 toolkit v4
53-
54-
#### Quick install via pip
52+
### Dependencies
53+
TreeProfiler requires
54+
- Python version >= 3.7
55+
- ETE Toolkit v4
56+
- biopython
57+
- selenium
58+
- scipy
59+
- matplotlib
60+
61+
### Quick install via pip
5562
```
5663
# Install ETE Toolkit v4
5764
pip install https://github.com/etetoolkit/ete/archive/refs/tags/4.1.0-beta.tar.gz
5865
5966
60-
# Install TreeProfilerdependencies
67+
# Install TreeProfiler dependencies
6168
pip install biopython selenium scipy matplotlib
6269
# Install TreeProfiler
6370
pip install https://github.com/compgenomicslab/TreeProfiler/archive/refs/tags/v1.1.0.tar.gz

0 commit comments

Comments
 (0)