Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jolideco/jolideco-comparison

Comparison of Jolideco against other deconvolution methods.
https://github.com/jolideco/jolideco-comparison

Last synced: about 1 month ago
JSON representation

Comparison of Jolideco against other deconvolution methods.

Awesome Lists containing this project

README

        

# Jolideco Comparison

Compare Jolideco against other deconvolution methods.

## Get Started
Get the data:

TODO: upload data to Zenodo and extend workflow to download it...or just submit...it is small.

Setup the environment:
```bash
mamba env create -f environment.yaml
```

Run comparison:
```bash
snakemake -c --cluster workflow/cluster/qsub-submit.py --jobs
```

Open webpage:
```
open site/index.html
```

## More useful commands

Clean up a failed run:
```
git clean -fdx -e data/
```

Command to just rebuild the site:

```bash
snakemake -c8 -R site_render_index
```