We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebbbd1 commit 8969d5fCopy full SHA for 8969d5f
.github/workflows/main.yml
@@ -15,3 +15,4 @@ jobs:
15
with:
16
directory: .test
17
snakefile: .test/Snakefile
18
+ args: "--cores 1"
README.md
@@ -34,6 +34,6 @@ Preliminary commands to run before the workflow execution.
34
35
directory: '.test'
36
snakefile: 'workflow/Snakefile'
37
- args: '--use-conda'
+ args: '--cores 1 --use-conda'
38
stagein: '' # additional preliminary commands to run (can be multiline)
39
```
0 commit comments