Skip to content
Snippets Groups Projects
Commit 4c5dc588 authored by Christopher Schmied's avatar Christopher Schmied
Browse files

Merge branch 'Documentation' of github.com:schmiedc/snakemake-workflows into Documentation

parents b3ccf81f 47279fa6
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ If not: ...@@ -106,7 +106,7 @@ If not:
```bash ```bash
snakemake -j2 -d /path/to/data/ --cluster-config ./cluster.json --cluster "bsub -q {cluster.lsf_q} {cluster.lsf_extra}" snakemake -j2 -d /path/to/data/ --cluster-config ./cluster.json --cluster "bsub -q {cluster.lsf_q} {cluster.lsf_extra}"
``` ```
Submitting Jobs Log files and supervision of the pipeline
--------------- ---------------
The log files are written into a new directory in the data directory called "logs". The log files are written into a new directory in the data directory called "logs".
......
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