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

https://github.com/ctb/2021-snakemake-checkpoints-example


https://github.com/ctb/2021-snakemake-checkpoints-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 2021-snakemake-checkpoints-example

These are example Snakefiles for a blog post on checkpoints in snakemake.

Blog post: [A snakemake hack for checkpoints](http://ivory.idyll.org/blog/2021-snakemake-checkpoints.html)

Look at the top of each Snakefile to see run info.

To reset the directory to a clean state, do:
```
rm -f output* .*.touch names.csv
```