Skip to content

Commit 7756e1f

Browse files
Merge pull request #1708 from nextstrain/fix/cli-output-tbl-gff
2 parents 6ee2a09 + 77c3335 commit 7756e1f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/nextclade-cli/src/cli/nextclade_cli.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,9 @@ Example for bash shell:
953953
output_csv,
954954
output_tsv,
955955
output_tree,
956+
output_tree_nwk,
957+
output_annotation_gff,
958+
output_annotation_tbl,
956959
]
957960
.iter()
958961
.all(|o| o.is_none())
@@ -970,7 +973,10 @@ At least one of the following flags is required:
970973
--output-csv
971974
--output-tsv
972975
--output-tree
973-
--output-translations"#
976+
--output-tree-nwk
977+
--output-translations
978+
--output-annotation-gff
979+
--output-annotation-tbl"#
974980
);
975981
}
976982

tests/functional/nextclade_run_args.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Nextclade run: no output args
1919
--output-csv
2020
--output-tsv
2121
--output-tree
22+
--output-tree-nwk
2223
--output-translations
23-
--output-insertions
24-
--output-errors\x1b[0m (esc)
24+
--output-annotation-gff
25+
--output-annotation-tbl\x1b[0m (esc)
2526

2627
Location:
2728
\x1b[35mpackages/nextclade-cli/src/cli/nextclade_cli.rs\x1b[0m:\x1b[35m710\x1b[0m (esc)

0 commit comments

Comments
 (0)