Skip to content

Commit

Permalink
DOC: Update DEMO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 7, 2024
1 parent 1d0af6c commit 0bc4e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Test data

Test data for the demo can be found in the [`tests/data/Sim-5G+metaSPAdes/`](https://github.com/metagentools/gbintk/tree/main/tests/data/Sim-5G%2BmetaSPAdes) folder.
Test data for the demo can be found in the [`tests/data/Sim-5G+metaSPAdes/`](https://github.com/metagentools/gbintk/tree/main/tests/data/Sim-5G%2BmetaSPAdes) folder. Let's set the testing directory path to a variable as shown below so we don't have to type the path every time.

```bash
TESTDIR=tests/data/Sim-5G+metaSPAdes/
Expand Down Expand Up @@ -35,11 +35,11 @@ gbintk visualise --assembler spades --initial $TESTDIR/contig_to_bin.tsv --final
**Initial binning result**

<p align="center">
<img src="https://raw.githubusercontent.com/metagentools/gbintk/master/docs/initial_binning_result.png" width="400" title="Initial binning" alt="Initial binning">
<img src="https://raw.githubusercontent.com/metagentools/gbintk/master/docs/initial_binning_result.png" width="700" title="Initial binning" alt="Initial binning">
</p>

**Refined binning result**

<p align="center">
<img src="https://raw.githubusercontent.com/metagentools/gbintk/master/docs/final_GraphBin_binning_result.png" width="400" title="Refined binning result" alt="Refined binning result">
<img src="https://raw.githubusercontent.com/metagentools/gbintk/master/docs/final_GraphBin_binning_result.png" width="700" title="Refined binning result" alt="Refined binning result">
</p>

0 comments on commit 0bc4e83

Please sign in to comment.