We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c446b4 commit 52e8ca4Copy full SHA for 52e8ca4
1 file changed
README.md
@@ -159,13 +159,13 @@ python simplot.py \
159
<br>
160
161
**With a model-based distance, metadata and custom colors** <br>
162
-Use the TN93 distance model and annotate sequences by genotype:
+Use the K80 distance model and annotate sequences by genotype:
163
164
```
165
python simplot.py \
166
-s demo_data/query_alignment.fasta \
167
-r demo_data/reference_alignment.fasta \
168
- -dm tn93 \
+ -dm k80 \
169
-m demo_data/metadata.csv \
170
-c demo_data/colors.tsv \
171
--no-align
0 commit comments