Metadata-Version: 2.4
Name: snakemake-executor-plugin-slurm-gustave-roussy
Version: 0.6.1
Summary: 
License: MIT
License-File: LICENSE
Keywords: snakemake,plugin,executor,cluster,slurm,gustave-roussy
Author: tdayris
Author-email: thibault.dayris@gustaveroussy.fr
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: snakemake-executor-plugin-slurm (>=0.11.0,<0.12.0)
Requires-Dist: snakemake-executor-plugin-slurm-jobstep (>=0.2.0,<0.3.0)
Requires-Dist: snakemake-interface-common (>=1.13.0,<2.0.0)
Requires-Dist: snakemake-interface-executor-plugins (>=9.1.1,<10.0.0)
Requires-Dist: throttler (>=1.2.2,<2.0.0)
Project-URL: Documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm-gustave-roussy.html
Project-URL: Repository, https://github.com/tdayris/snakemake-executor-plugin-slurm-gustave-roussy
Description-Content-Type: text/markdown

# Deprecation:

The version 2.0.0 of the generic snakemake plugin for slurm lets the user dynamically
define partitions according to resources. This plugin is now obsolete. Please use
the official snakemake plugin.

# Snakemake executor plugin: slurm-gustave-roussy

Snakemake plugin executor designed to match [Gustave Roussy](https://www.gustaveroussy.fr/en) computing cluster specificities : automatic partition seleciton, and default resources value.

Checkout the profile given on the cluster to automatically activate this executor with your pipeline:

`snakemake --profile /mnt/beegfs/pipelines/unofficial-snakemake-wrappers/profiles/slurm-web ... `

For documentation, see the [Snakemake plugin catalog](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm-gustave-roussy.html).

