Metadata-Version: 2.1
Name: snakemake-executor-plugin-cluster-generic
Version: 1.0.2
Summary: 
Author: Johannes Koester
Author-email: johannes.koester@uni-due.de
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: snakemake-interface-common (>=1.4.1,<2.0.0)
Requires-Dist: snakemake-interface-executor-plugins (>=4.0.0,<5.0.0)
Description-Content-Type: text/markdown

# snakemake-executor-plugin-cluster-generic

A generic Snakemake executor plugin for submission of jobs to cluster systems that provide a submission command that accepts the path to a job script (like PBS, LSF, SGE, ...).
