Skip to content

Commit

Permalink
DOC: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jul 24, 2024
1 parent 8b5331d commit 7fdb734
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ graphbin --assembler megahit --graph /path/to/graph_file.gfa --contigs /path/to/
# metaFlye assembly
graphbin --assembler flye --graph /path/to/assembly_graph.gfa --contigs /path/to/assembly.fasta --paths /path/to/assembly_info.txt --binned /path/to/binning_result.csv --output /path/to/output_folder
```
```
# Canu assembly
graphbin --assembler canu --graph /path/to/assembly.contigs.gfa --contigs /path/to/assembly.contigs.fasta --binned /path/to/binning_result.csv --output /path/to/output_folder
```
```
# Miniasm assembly
graphbin --assembler miniasm --graph /path/to/reads.gfa --contigs /path/to/unitigs.fasta --binned /path/to/binning_result.csv --output /path/to/output_folder
```

## Output

Expand Down

0 comments on commit 7fdb734

Please sign in to comment.