diff --git a/spim_registration/timelapse/README.md b/spim_registration/timelapse/README.md index 60bc9d8075256eb072c82406a84aeb69fd14c2c4..54702f3f2b36b4132088f4a9b943943a2bd795fa 100644 --- a/spim_registration/timelapse/README.md +++ b/spim_registration/timelapse/README.md @@ -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"