Skip to content

Commit

Permalink
Updating conda TLDR to include --use-conda option
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles authored Nov 9, 2023
1 parent bfac219 commit 1cc39b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ Following the example below, please replace `--input .tests/*.gz` with your inpu
./nanite run --input .tests/*.gz --output tmp_01/ \
--resource-bundle $HOME/refs/nanite \
--mode local --conda-env-name nanite \
--dry-run
--use-conda --dry-run
# Run nanite pipeline
# with conda/mamba in
# offline-mode
./nanite run --input .tests/*.gz --output tmp_01/ \
--resource-bundle $HOME/refs/nanite \
--mode local --conda-env-name nanite
--mode local --conda-env-name nanite \
--use-conda
```

=== "Biowulf"
Expand Down

0 comments on commit 1cc39b6

Please sign in to comment.