Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 8d6da3e

Browse files
author
John Major
committed
first pass at mods for pcluster-slurm
1 parent f8a9ad2 commit 8d6da3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snakemake executor plugin: pcluster-slurm
22

3-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/snakemake/snakemake-executor-plugin-slurm)
3+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/snakemake/snakemake-executor-plugin-pcluster-slurm)
44

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "snakemake-executor-plugin-slurm-aws-parallel-cluster"
2+
name = "snakemake-executor-plugin-pcluster-slurm"
33
version = "0.0.1"
44
description = "A Snakemake executor plugin for submitting jobs to an AWS Parallel Cluster SLURM cluster."
55
authors = [
@@ -8,7 +8,7 @@ authors = [
88
]
99
readme = "README.md"
1010
license = "MIT"
11-
repository = "https://github.com/Daylily-Informatics/snakemake-executor-plugin-slurm-aws-parallel-cluster"
11+
repository = "https://github.com/Daylily-Informatics/snakemake-executor-plugin-pcluster-slurm"
1212
documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/pcluster-slurm.NOTWRITTENYET.html"
1313
keywords = ["snakemake", "plugin", "executor", "cluster", "slurm", "pcluster", "aws", "parallel-compute", "parallel-cluster"]
1414

0 commit comments

Comments
 (0)