Skip to content

Commit 52e8ca4

Browse files
committed
Change example command to use k80 model
1 parent 7c446b4 commit 52e8ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ python simplot.py \
159159
<br>
160160

161161
**With a model-based distance, metadata and custom colors** <br>
162-
Use the TN93 distance model and annotate sequences by genotype:
162+
Use the K80 distance model and annotate sequences by genotype:
163163

164164
```
165165
python simplot.py \
166166
-s demo_data/query_alignment.fasta \
167167
-r demo_data/reference_alignment.fasta \
168-
-dm tn93 \
168+
-dm k80 \
169169
-m demo_data/metadata.csv \
170170
-c demo_data/colors.tsv \
171171
--no-align

0 commit comments

Comments
 (0)