Skip to content
Snippets Groups Projects
Commit 2a375c35 authored by schmiedc's avatar schmiedc
Browse files

Update README.md

parent 9549f6c7
No related branches found
No related tags found
No related merge requests found
......@@ -108,10 +108,12 @@ snakemake -j2 -d /path/to/data/ --cluster-config ./cluster.json --cluster "bsub
```
For error and output of the cluser add -o test.out -e test.err e.g.:
DRMAA
```bash
snakemake -j2 -d /path/to/data/ --cluster-config ./cluster.json --drmaa " -q {cluster.lsf_q} {cluster.lsf_extra} -o test.out -e test.err"
```
LSF
```bash
snakemake -j2 -d /path/to/data/ --cluster-config ./cluster.json --cluster "bsub -q {cluster.lsf_q} {cluster.lsf_extra} -o test.out -e test.err"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment