issues
search
timtroendle
/
cookiecutter-reproducible-research
A cookiecutter template for reproducible research projects using Python, Snakemake, and Pandoc.
MIT License
32
stars
6
forks
source link
Improve test infrastructure
#31
Closed
timtroendle
closed
8 months ago
timtroendle
commented
11 months ago
Ensure test log isn't deleted in cases of fails by writing as snakemake log. Use a touched flag file as rule output.
Hand over the entire snakemake object to the pytest Plugin. This reduces unnecessarily large function headers.
timtroendle
commented
10 months ago
Blocked by #5 .