Skip to content

Commit

Permalink
DOC: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Feb 2, 2023
1 parent 527fcac commit fd9981f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ phables test
```bash
# Preprocess data
# locally: using 8 threads (default is 1 thread)
phables preprocess --input hecatomb.out/ --reads reads_dir/ --threads 8
phables preprocess --input assembly_graph.gfa --reads reads_dir/ --threads 8

# Run Phables
phables run --input hecatomb.out/
phables run --input assembly_graph.gfa
```

Please refer to the [**documentation hosted at Read the Docs**](https://phables.readthedocs.io/en/latest/) for further information on how to run Phables.
Expand All @@ -122,4 +122,4 @@ Are you interested in contributing to the Phables project? If so, you can check
Phables uses the Gurobi implementation of [MFD-ILP](https://github.com/algbio/MFD-ILP) and code snippets from [STRONG](https://github.com/chrisquince/STRONG), [METAMVGL](https://github.com/ZhangZhenmiao/METAMVGL), [GraphBin](https://github.com/metagentools/GraphBin), [MetaCoAG](https://github.com/metagentools/MetaCoAG) and [Hecatomb](https://hecatomb.readthedocs.io/en/latest/).

## Citation
The Phables manuscript is still under preparation. If you use Phables in your work, please contact Rob Edwards [[email protected]](mailto:[email protected]) for an appropriate citation.
The Phables manuscript is still under preparation. If you use Phables in your work, please contact Rob Edwards at [[email protected]](mailto:[email protected]) for an appropriate citation.

0 comments on commit fd9981f

Please sign in to comment.