snakemake-executor-plugin-slurm 0.2.0__py3-none-any.whl → 0.2.2__py3-none-any.whl

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.

@@ -39,6 +39,7 @@ common_settings = CommonSettings(
39
39
  auto_deploy_default_storage_provider=False,
40
40
  # wait a bit until slurmdbd has job info available
41
41
  init_seconds_before_status_checks=40,
42
+ pass_group_args=True,
42
43
  )
43
44
 
44
45
 
@@ -51,12 +52,6 @@ class Executor(RemoteExecutor):
51
52
  self._fallback_partition = None
52
53
 
53
54
  def additional_general_args(self):
54
- # we need to set -j to 1 here, because the behaviour
55
- # of snakemake is to submit all jobs at once, otherwise.
56
- # However, the SLURM Executor is supposed to submit jobs
57
- # one after another, so we need to set -j to 1 for the
58
- # JobStep Executor, which in turn handles the launch of
59
- # SLURM jobsteps.
60
55
  return "--executor slurm-jobstep --jobs 1"
61
56
 
62
57
  def run_job(self, job: JobExecutorInterface):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snakemake-executor-plugin-slurm
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A Snakemake executor plugin for submitting jobs to a SLURM cluster.
5
5
  Home-page: https://github.com/snakemake/snakemake-executor-plugin-slurm
6
6
  License: MIT
@@ -12,9 +12,9 @@ Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
- Requires-Dist: snakemake-executor-plugin-slurm-jobstep (>=0.1.5,<0.2.0)
15
+ Requires-Dist: snakemake-executor-plugin-slurm-jobstep (>=0.1.10,<0.2.0)
16
16
  Requires-Dist: snakemake-interface-common (>=1.13.0,<2.0.0)
17
- Requires-Dist: snakemake-interface-executor-plugins (>=8.0.2,<9.0.0)
17
+ Requires-Dist: snakemake-interface-executor-plugins (>=8.2.0,<9.0.0)
18
18
  Requires-Dist: throttler (>=1.2.2,<2.0.0)
19
19
  Project-URL: Documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html
20
20
  Project-URL: Repository, https://github.com/snakemake/snakemake-executor-plugin-slurm
@@ -0,0 +1,5 @@
1
+ snakemake_executor_plugin_slurm/__init__.py,sha256=qwuFQjBglOmS7y4CWlJiRe-81pdR1-AmwqrWRHRIz08,19016
2
+ snakemake_executor_plugin_slurm-0.2.2.dist-info/LICENSE,sha256=YVc4xTLWMqGfFL36120k7rzXtsT6e4RkJsh68VVn12s,1076
3
+ snakemake_executor_plugin_slurm-0.2.2.dist-info/METADATA,sha256=3a_F-Av8mUAkWd9wHYHrRkpK_IzJC6_ulTj_5NPvfFw,1233
4
+ snakemake_executor_plugin_slurm-0.2.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
5
+ snakemake_executor_plugin_slurm-0.2.2.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- snakemake_executor_plugin_slurm/__init__.py,sha256=JAak2AwpQHNe39MSpgVu4oXTvR-4Ry6-Y6HcIUoqQCE,19334
2
- snakemake_executor_plugin_slurm-0.2.0.dist-info/LICENSE,sha256=YVc4xTLWMqGfFL36120k7rzXtsT6e4RkJsh68VVn12s,1076
3
- snakemake_executor_plugin_slurm-0.2.0.dist-info/METADATA,sha256=X5FgtqMZ25ZfPSJ7gm6u2xI5NIzw1boBdW_5i0ZfZ1E,1232
4
- snakemake_executor_plugin_slurm-0.2.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
5
- snakemake_executor_plugin_slurm-0.2.0.dist-info/RECORD,,