From 3c80933374f271c8d0ea5d21f8fbb0aa28f50569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Wed, 23 Oct 2019 16:57:36 +0200 Subject: [PATCH] update to latest release --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b64fc6..39e839d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM snakemake/snakemake:v5.7.1 +FROM snakemake/snakemake:v5.7.4 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/README.md b/README.md index e39ceab..b395abc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Preliminary commands to run before the workflow execution. ## Example usage ``` -uses: snakemake/snakemake-github-action@v1.2 +uses: snakemake/snakemake-github-action@v1.3 with: directory: '.test' snakefile: 'workflow/Snakefile'