Skip to content

Commit

Permalink
Merge pull request #1452 from nextstrain/output-all-1451
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored May 11, 2024
2 parents 2e631d8 + 5b25437 commit e074267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ as well as to the `--help` text for each tool.
cargo run --bin=nextclade -- run \
'data_dev/sars-cov-2/sequences.fasta' \
--input-dataset='data_dev/sars-cov-2/' \
--output-dir='out/'
--output-all='out/'
```

> 💡 Note, depending on your computer hardware and internet speed, your first build can take significant amount of time, because the necessary Rust toolchain version and all dependency packages (crates) will be downloaded and compiled. Next time the existing toolchain and cached packages are used, so the repeated builds should be much faster.
Expand Down

0 comments on commit e074267

Please sign in to comment.