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 7366955 commit ebec340Copy full SHA for ebec340
README.md
@@ -38,7 +38,7 @@ python3 --version
38
- `max_jobs_per_second [10]:` *(Press Enter to accept default)*
39
- `latency_wait [5]:` **30**
40
- `Select print_shell_commands:` **1 (False)**
41
- - `sbatch_defaults []:` **"qos=low nodes=1"**
+ - `sbatch_defaults []:` **qos=low nodes=1**
42
- `Select cluster_sidecar:` **2 (no)**
43
- `cluster_name []:` *(Press Enter to leave blank)*
44
- `cluster_jobname [%r_%w]:` *(Press Enter to accept default)*
@@ -56,7 +56,7 @@ python3 --version
56
snakedeploy deploy-workflow \
57
https://github.com/KosinskiLab/AlphaPulldownSnakemake \
58
AlphaPulldownSnakemake \
59
- --tag 1.0.0
+ --tag 1.1.0
60
cd AlphaPulldownSnakemake
61
```
62
0 commit comments