aboutsummaryrefslogtreecommitdiff
path: root/bin/draw.hs
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2025-03-07 23:06:15 +1100
committerJustin Bedo <cu@cua0.org>2025-03-07 23:06:22 +1100
commit78be65872387ceaa32678f0aa76dbb187cafcc63 (patch)
treec4de87f0fab58a8fd443ba329cee156149a26538 /bin/draw.hs
parent5ee4eb95cc2c96d9a44d0c02f3cc883dc7cc8f09 (diff)
update to latest pplHEADmaster
Diffstat (limited to 'bin/draw.hs')
-rw-r--r--bin/draw.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/draw.hs b/bin/draw.hs
index 89658f6..f2d5b54 100644
--- a/bin/draw.hs
+++ b/bin/draw.hs
@@ -73,7 +73,8 @@ main = run =<< execParser opts
(parser <**> helper)
(fullDesc <> progDesc "Draw phylogeny" <> header "phylogey - Bayesian phylogeny inference")
parser =
- Options <$> option nat (long "nthreshold" <> short 't' <> help "minimum number of variants" <> showDefault <> value 0 <> metavar "NAT")
+ Options
+ <$> option nat (long "nthreshold" <> short 't' <> help "minimum number of variants" <> showDefault <> value 0 <> metavar "NAT")
<*> argument str (metavar "PROPS")
<*> argument str (metavar "TREE")
<*> argument str (metavar "PATH")