__version__
was not correctly set in the package
- Snakemake process output is now kept internally, and it's return code is checked for errors
- Automatically deleting/re-using existing Snakemake output files is now possible, based on previous config files
- Moved from
poetry
touv
- Moved to
snakemake
(and versions>= 8
) - Updated dependencies
- Moved from
black
toruff
- Passed parameters are now correctly passed to the Snakemake workflow
- `.config("someproperty")`` allows extracting the value of "someproperty" from the used Snakemake config
First working and tagged version; base for the incremental change log.