Skip to content

Commit

Permalink
feat(cli): add Auspice JSON to CLI help and docs for --input-dataset
Browse files Browse the repository at this point in the history
Followup of: #1455
  • Loading branch information
ivan-aksamentov committed May 31, 2024
1 parent 77cd985 commit 1255932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextclade-cli/src/cli/nextclade_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ pub struct NextcladeRunInputArgs {
/// If both the `--input-dataset` and individual `--input-*` flags are provided, each individual flag overrides the
/// corresponding file in the dataset.
///
/// Experimental feature: this argument also accepts a path to Auspice JSON file. In this case the files to be treated as a Nextclade dataset. This requires Auspice JSON file which contains `.root_sequence.nuc` field.
///
/// Please refer to Nextclade documentation for more details about Nextclade datasets and their files.
#[clap(long, short = 'D')]
#[clap(value_hint = ValueHint::AnyPath)]
Expand Down

0 comments on commit 1255932

Please sign in to comment.