From 349d2c8eb89f2c1c5cfb3a835211b3ef1b36b344 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 14 Sep 2023 00:10:08 +0800 Subject: [PATCH] fix: typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4719770..2fb5b20 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,15 @@ tnt run guoyi.run filename datatype weight K cons resample prefix, - num=number, dna=DNA, prot=protein, 32=max number allowed (default) -- weight should be `iw`, ew, `eiw` +- weight should be `iw`, `ew`, `eiw` - iw=implied weight, ew=equal weight, eiw=extended implied weight (default) N.B. ew must followed 0 (the K value position for ew iw and eiw) -- K is 12 (default) following Goloboff et al. 2017 (Cladistics 34: 407–437) +- K is `12` (default) following Goloboff et al. 2017 (Cladistics 34: 407–437) - it must more than 0 -- cons should be str, mjr, hlf +- cons should be `str`, `mjr`, `hlf` - mjr=majority rule, hlf=half, str=strict (default)