Skip to content
Snippets Groups Projects
Commit 4ca8d4a1 authored by Peter Steinbach's avatar Peter Steinbach
Browse files

added readme with instructions

parent 9119b5ec
No related branches found
No related tags found
No related merge requests found
Timelapse based workflow
========================
Expected setup
--------------
* a data directory e.g. looks like this
```bash
/path/to/data
├── deconvolution_CPU.bsh # copied/symlinked from this repo
├── deconvolution_GPU.bsh # copied/symlinked from this repo
├── hdf5_test_unicore-00-00.h5
├── hdf5_test_unicore-01-00.h5
├── hdf5_test_unicore.h5
├── hdf5_test_unicore.xml
├── registration.bsh # copied/symlinked from this repo
├── tomancak.json # copied/symlinked from this repo
├── transform.bsh # copied/symlinked from this repo
└── xml_merge.bsh # copied/symlinked from this repo
```
* `tomancak.json` contains the parameters that configure the beanshell scripts found in the data directory
* `Snakefile` from this directory
* `cluster.json` that resides in the same directory than the `Snakefile`
Submitting Jobs
---------------
```bash
snakemake -j2 -d /projects/hpcsupport/steinbac/unicore/snakemake-sandbox/ --cluster-config ./cluster.json --drmaa " -q {cluster.lsf_q} {cluster.lsf_extra}"
```
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