You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TreeProfiler provide various example dataset for testing in `examples/` or https://github.com/compgenomicslab/TreeProfiler/tree/main/examples,
53
72
each directory consists a demo script `*_demo.sh` for quick starting different functions in TreeProfiler which alreadyh as annotate-plot pipeline of example data. User can fast explore different example tree with different visualizations. Here is the demonstration:
## Install latest TreeProfiler for local development
126
145
127
146
Once installed ete4 and pastml as previous step, users can install latest version of treeprofiler for local development
128
147
```
@@ -150,7 +169,7 @@ TreeProfiler takes following file types as input
150
169
151
170
- Metadata input could be single or multiple files, either tar.gz compressed file(s) which contains multiple .tsv or plain .tsv file(s). **Ideally with Column names and first column is the name of nodes.**
0 commit comments