From eb8d86cf36e551b6c9f5e87a2f29e80fbbb4f226 Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Mon, 11 Mar 2024 21:21:39 +0100 Subject: [PATCH 1/3] fix: update to latest snakemake-interface-executor-plugins --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0770959..550a6aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = ["snakemake", "plugin", "executor", "azure-batch"] [tool.poetry.dependencies] python = "^3.11" snakemake-interface-common = "^1.15.0" -snakemake-interface-executor-plugins = "^8.1.1" +snakemake-interface-executor-plugins = "^9.0.0" azure-storage-blob = "^12.17.0" azure-batch = "^14.0.0" azure-mgmt-batch = "^17.0.0" From 86d47ca4f9eef504546b306ae3b4a5b4b361b5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 12 Mar 2024 10:05:17 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 550a6aa..9071a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = ["snakemake", "plugin", "executor", "azure-batch"] [tool.poetry.dependencies] python = "^3.11" snakemake-interface-common = "^1.15.0" -snakemake-interface-executor-plugins = "^9.0.0" +snakemake-interface-executor-plugins = ">=9.0.0,<10.0.0" azure-storage-blob = "^12.17.0" azure-batch = "^14.0.0" azure-mgmt-batch = "^17.0.0" @@ -28,7 +28,7 @@ flake8 = "^6.1.0" coverage = "^7.3.1" pytest = "^7.4.2" snakemake = {git = "https://github.com/snakemake/snakemake.git"} -snakemake-storage-plugin-s3 = "0.2.8" +snakemake-storage-plugin-s3 = "0.2.10" [tool.coverage.run] omit = [".*", "*/site-packages/*", "Snakefile"] From b308048724bc1303f259282dacaf0c7a54b0f902 Mon Sep 17 00:00:00 2001 From: Jake VanCampen Date: Thu, 18 Apr 2024 09:43:46 -0700 Subject: [PATCH 3/3] cm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9071a81..a088760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "snakemake-executor-plugin-azure-batch" version = "0.1.3" description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch." authors = [ - "Jake van Campen ", + "Jake VanCampen ", "Johannes Koester " ] readme = "README.md"