Skip to content

Commit

Permalink
DOC: add pages for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Aug 15, 2024
1 parent ac83685 commit 1b738ca
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/evaluate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Evaluating binning results
1 change: 1 addition & 0 deletions docs/graphbin2_intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GraphBin2: Refined and Overlapped Binning of Metagenomic Contigs Using Assembly Graphs
1 change: 1 addition & 0 deletions docs/graphbin2_preprocess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Preprocessing for GraphBin2
1 change: 1 addition & 0 deletions docs/graphbin2_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Using GraphBin2
1 change: 1 addition & 0 deletions docs/graphbin_intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GraphBin: Refined Binning of Metagenomic Contigs using Assembly Graphs
1 change: 1 addition & 0 deletions docs/graphbin_preprocess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Preprocessing for GraphBin
1 change: 1 addition & 0 deletions docs/graphbin_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Using GraphBin
Binary file added docs/images/gbintk_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 24 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# GraphBin-Tk: assembly graph-based metagenomic binning toolkit

GraphBin-Tk combines assembly graph-based metagenomic bin-refinement and binning techniques [GraphBin](https://github.com/metagentools/GraphBin), [GraphBin2](https://github.com/metagentools/GraphBin2) and [MetaCoAG](https://github.com/metagentools/MetaCoAG) along with support functionality to visualise and evaluate results, into one comprehensive toolkit.
GraphBin-Tk combines assembly graph-based metagenomic bin-refinement and binning techniques [GraphBin](https://github.com/metagentools/GraphBin), [GraphBin2](https://github.com/metagentools/GraphBin2) and [MetaCoAG](https://github.com/metagentools/MetaCoAG) along with support functionality to visualise and evaluate results, into one comprehensive toolkit.

![](images/gbintk_workflow.png)

## Available commands

Run `gbintk --help` or `gbintk -h` to list the help message for GraphBin-Tk.

```shell
Usage: gbintk [OPTIONS] COMMAND [ARGS]...

gbintk (GraphBin-Tk): Assembly graph-based metagenomic binning toolkit

Options:
-v, --version Show the version and exit.
-h, --help Show this message and exit.

Commands:
graphbin GraphBin: Refined Binning of Metagenomic Contigs using...
graphbin2 GraphBin2: Refined and Overlapped Binning of Metagenomic...
metacoag MetaCoAG: Binning Metagenomic Contigs via Composition,...
prepare Format the initial binning result from an existing binning tool
visualise Visualise binning and refinement results
evaluate Evaluate the binning results given a ground truth
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Installing GraphBin-Tk
1 change: 1 addition & 0 deletions docs/metacoag_intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MetaCoAG: Binning Metagenomic Contigs via Composition, Coverage and Assembly Graphs
1 change: 1 addition & 0 deletions docs/metacoag_preprocess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Preprocessing for MetaCoAG
1 change: 1 addition & 0 deletions docs/metacoag_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Using MetaCoAG
1 change: 1 addition & 0 deletions docs/prepare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Formatting binning results for GraphBin/GraphBin2
1 change: 1 addition & 0 deletions docs/visualise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Visualising binning results

0 comments on commit 1b738ca

Please sign in to comment.