Skip to content

Commit 1d9e9f3

Browse files
committed
create index
1 parent d0eb4d0 commit 1d9e9f3

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,27 @@ Ziqi Deng, Ana Hernández-Plaza, Jaime Huerta-Cepas.
2828
bioRxiv (2023) doi: 10.1101/2023.09.21.558621
2929
```
3030

31+
# Table of Contents
32+
33+
- [TreeProfiler Overview](#treeprofiler-overview)
34+
- [Installation](#installation)
35+
- [Quick Install via pip with Conda](#quick-install-via-pip-with-conda)
36+
- [Quick Start with Example Dataset](#quick-start-with-example-dataset)
37+
- [Install Latest TreeProfiler for Local Development](#install-latest-treeprofiler-for-local-development)
38+
39+
- [Basic Usage](#basic-usage)
40+
- [Input Files](#input-files)
41+
- [Using TreeProfiler via Command Line](#using-treeprofiler-via-command-line)
42+
- [Using TreeProfiler via GUI Interface](#using-treeprofiler-via-gui-interface)
43+
44+
- [Documentation](#documentation)
45+
46+
- [Gallery of Examples](#gallery-of-examples)
47+
48+
- [Getting Support and Issues](#getting-support-and-issues)
49+
3150
# Installation
32-
## Quick install via pip with conda environment for treeprofiler
51+
## Quick install via pip with conda
3352
```
3453
# create environment
3554
conda create -n treeprofiler python=3.10
@@ -48,7 +67,7 @@ pip install "git+https://github.com/dengzq1234/pastml.git@pastml2ete4"
4867
pip install treeprofiler
4968
```
5069

51-
## Quick Start with examples dataset
70+
## Quick start with example dataset
5271
TreeProfiler provide various example dataset for testing in `examples/` or https://github.com/compgenomicslab/TreeProfiler/tree/main/examples,
5372
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:
5473

@@ -122,7 +141,7 @@ Check other tutorial scripts
122141
./examples/pratical_example/emapper/emapper_demo.sh
123142
```
124143

125-
Install latest TreeProfiler for local development
144+
## Install latest TreeProfiler for local development
126145

127146
Once installed ete4 and pastml as previous step, users can install latest version of treeprofiler for local development
128147
```
@@ -150,7 +169,7 @@ TreeProfiler takes following file types as input
150169

151170
- 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.**
152171

153-
## Use TreeProfiler via command line
172+
## Using TreeProfiler via command line
154173
TreeProfiler has two main subcommand:
155174
- annotate
156175
- plot
@@ -172,7 +191,7 @@ or
172191
treeprofiler plot --tree tree_annotated.ete --input-type ete
173192
```
174193

175-
## Use TreeProfiler via GUI interface
194+
## Using TreeProfiler via GUI interface
176195
TreeProfiler also provide a local GUI interface for annotation and visualization. Simply execute
177196
```
178197
treeprofiler-desktop

0 commit comments

Comments
 (0)