Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 13, 2024
1 parent e39535b commit 28eb6d8
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,37 @@

A Snakemake workflow forp re-processing single plane illumination microscopy (SPIM, aka lightsheet microscopy)

## Requirements

- Linux system with Singularity/Apptainer installed.
- Python >= 3.11
- Lightsheet data in a folder, or in a tar file (see tif filename pattern in `config.yml`)

## Usage

The usage of this workflow is described in the [Snakemake Workflow Catalog](https://snakemake.github.io/snakemake-workflow-catalog/?usage=khanlab%2Fspimprep).

Clone this repository to the folder you want to run the workflow in, update the `config/datasets.tsv` to point to your dataset(s), and optionally update the `config/config.yml` with customized options.

Install dependencies with:
```
pip install .
```

Then, to do a dry-run use:
```
snakemake -np
```

To run on all cores use:
```
snakemake -c all --sdm apptainer
```

### WIP: The usage of this workflow is described in the [Snakemake Workflow Catalog](https://snakemake.github.io/snakemake-workflow-catalog/?usage=khanlab%2Fspimprep).


Note: Designed to work with data from the Miltenyi Biotec UltraMicroscope Blaze, but could be adapted to other types of data

## TODO:

- [ ] any changes to post to Snakemake Workflow Catalog, and verify usage there

0 comments on commit 28eb6d8

Please sign in to comment.