Skip to content

Commit

Permalink
Correct the help text for script
Browse files Browse the repository at this point in the history
  • Loading branch information
nylander authored and nylander committed Dec 14, 2022
1 parent 7f6a619 commit 804b9d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Translate short seq labels in Newick tree to long:

### Script `replace_taxon_labels_in_newick.pl`

- `-t, --table=<translation.tab>` -- File with table describing what will be
- `-t, --tabfile=<translation.tab>` -- File with table describing what will be
translated with what.

- `-o, --out=<out.file>` -- Print to outfile `out.file`, else to STDOUT.
Expand Down
12 changes: 6 additions & 6 deletions replace_taxon_labels_in_newick.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
DESCRIPTION: Replaces taxon labels in Newick string with new ones as defined in tab separated,
two-column file translation.tab
OPTIONS: -t, --table translation.tab File with table describing what will be translated
with what. See below for format.
OPTIONS: -t, --tabfile translation.tab File with table describing what will be translated
with what. See below for format.
-h, --help Help text.
-h, --help Help text.
-v, --version Print version.
-v, --version Print version.
-o, --out file.out Print to outfile file.out, else to STDOUT.
-o, --out file.out Print to outfile file.out, else to STDOUT.
REQUIREMENTS: perldoc needs to be installed for displaying help.
Expand Down Expand Up @@ -54,7 +54,7 @@
CREATED: 08/26/2015 04:14:19 PM
REVISION: ons 11 maj 2022 16:40:44
REVISION: ons 14 dec 2022 16:39:15
LICENSE: Copyright (c) 2019-2022 Johan Nylander
Expand Down

0 comments on commit 804b9d2

Please sign in to comment.