Skip to content

Commit 979e4e8

Browse files
authorship
1 parent fb5cdbc commit 979e4e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name = "snakemake-executor-plugin-slurm"
33
version = "0.1.0"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
5-
authors = ["Johannes Koester <[email protected]>"]
5+
authors = [
6+
"David Lähnemann <[email protected]>",
7+
"Johannes Koester <[email protected]>",
8+
"Christian Meesters <[email protected]>",
9+
]
610
readme = "README.md"
711

812
[tool.poetry.dependencies]

snakemake_executor_plugin_slurm/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__author__ = "David Lähnemann, Johannes Köster, Christian Meesters"
2+
__copyright__ = "Copyright 2023, David Lähnemann, Johannes Köster, Christian Meesters"
3+
__email__ = "[email protected]"
4+
__license__ = "MIT"
5+
16
import csv
27
from fractions import Fraction
38
from io import StringIO

0 commit comments

Comments
 (0)