snakemake-executor-plugin-finished
Snakemake executor plugin that marks specified targets as finished without running jobs. This provides a way to tell Snakemake that the corresponding targets should not be re-created, e.g. in cases of cosmetic changes to the code, non-essential modifications of the environment definition or other modifications that trigger a re-run but are known in advance to have no effect on the output.
Installation
pip install snakemake-executor-plugin-finished
or
pip install git+https://github.com/alephreish/snakemake-executor-plugin-finished
Usage
snakemake --executor finished <target1> <target2>
The executor marks matching jobs as finished and fails if any requested target files or their transitive dependency outputs do not exist.
By default, it touches matching outputs (including .snakemake_timestamp for directory targets).
Use --finished-no-touch to preserve existing output timestamps.
Release files for snakemake-executor-plugin-finished 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| snakemake_executor_plugin_finished-0.1.2.tar.gz | 26.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| snakemake_executor_plugin_finished-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.4 kB
Release files / snakemake_executor_plugin_finished-0.1.2.tar.gz
| Download URL | snakemake_executor_plugin_finished-0.1.2.tar.gz |
|---|---|
| Size | 26.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dc970f8e96dfe8bfc313eed45fa93da995b6d419d69a24b8ef75f56f781562d3
|
|
BLAKE2b-256 checksum How to use checksums |
1b31049c3e470e19d963d16a73b4e2fd02e2f626a0b9f555012e9744a63f7ec6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / snakemake_executor_plugin_finished-0.1.2-py3-none-any.whl
| Download URL | snakemake_executor_plugin_finished-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
109fa13faad5535d563a4d4bc0bf83fc47e225b1fd9a75701a8fffe322405862
|
|
BLAKE2b-256 checksum How to use checksums |
60edb58dcc510d27e174de237bb8cec93191390afb544601181492da58899cee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|