Skip to content

Commit

Permalink
DOC: Explain output to fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jul 26, 2023
1 parent 9cb0a03 commit 2cb65c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ metacoag --assembler megahit --graph /path/to/graph_file.gfa --contigs /path/to/

```
metacoag --assembler flye --graph /path/to/assembly_graph.gfa --contigs /path/to/assembly.fasta --paths /path/to/assembly_info.txt --abundance /path/to/abundance.tsv --output /path/to/output_folder
```
```

# Output

The output of MetaCoAG will contain the following main files and folders.

* `contig_to_bin.tsv` containing the comma separated records of `contig id, bin number`
* `bins` containing the identified bins (FASTA file for each bin)
* `low_quality_bins` containing the identified low-quality bins, i.e., having lower than `bin_mg_threshold` fraction of marker genes (FASTA file for each bin)
* `*.frag.faa`, `*.frag.ffn` and `*.frag.gff` files containing FragGeneScan output
* `*.hmmout` containing HMMER output

0 comments on commit 2cb65c7

Please sign in to comment.