snakemake-executor-plugin-slurm 0.10.1__tar.gz → 0.10.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of snakemake-executor-plugin-slurm might be problematic. Click here for more details.
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/PKG-INFO +1 -1
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/pyproject.toml +1 -1
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/snakemake_executor_plugin_slurm/__init__.py +1 -0
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/LICENSE +0 -0
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/README.md +0 -0
- {snakemake_executor_plugin_slurm-0.10.1 → snakemake_executor_plugin_slurm-0.10.2}/snakemake_executor_plugin_slurm/utils.py +0 -0
|
@@ -361,6 +361,7 @@ needs to restart this job upon a Snakemake restart.
|
|
|
361
361
|
|
|
362
362
|
We leave it to SLURM to resume your job(s)"""
|
|
363
363
|
)
|
|
364
|
+
yield j
|
|
364
365
|
elif status == "UNKNOWN":
|
|
365
366
|
# the job probably does not exist anymore, but 'sacct' did not work
|
|
366
367
|
# so we assume it is finished
|
|
File without changes
|
|
File without changes
|