Skip to content

Commit 639e340

Browse files
committed
fix missing cores command in docs
1 parent 97122f0 commit 639e340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ To test a minimal example of a workflow using this module:
3737
```shell
3838
pixi shell # activate this project's environment
3939
cd tests/integration/ # navigate to the integration example
40-
snakemake --use-conda 2 # run the workflow!
40+
snakemake --use-conda --cores 2 # run the workflow!
4141
```

0 commit comments

Comments
 (0)