File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
packages/nextclade-cli/src/cli Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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[0 m (esc)
24+ -- output-annotation-gff
25+ -- output-annotation-tbl \x1b[0 m (esc)
2526
2627 Location:
2728 \x1b[35 mpackages/ nextclade-cli/ src/ cli/ nextclade_cli. rs\x1b[0 m: \x1b[35 m710\x1b[0 m (esc)
You can’t perform that action at this time.
0 commit comments