From 76fe3a3b75843d6524fe8e20cf2341a947049d32 Mon Sep 17 00:00:00 2001 From: m-kasprzyk Date: Fri, 3 May 2024 21:09:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/ci.yml | 4 ++-- conf/base.config | 6 +++--- containers/Dockerfile | 2 +- readme.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec934df..9338f5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca6038f..99b4e75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: platforms: linux/amd64 load: true push: false - tags: ghcr.io/${{ github.repository }}:0.1.4, ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:0.1.5, ghcr.io/${{ github.repository }}:latest - name: 'Install Nextflow' uses: stracquadaniolab/gh-action-setup-nextflow@v0.2.0 - name: 'Testing Nextflow pipeline with test profile' @@ -39,4 +39,4 @@ jobs: file: containers/Dockerfile platforms: linux/amd64 push: true - tags: ghcr.io/${{ github.repository }}:0.1.4, ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:0.1.5, ghcr.io/${{ github.repository }}:latest \ No newline at end of file diff --git a/conf/base.config b/conf/base.config index 27b3029..30a37e2 100644 --- a/conf/base.config +++ b/conf/base.config @@ -2,7 +2,7 @@ manifest { name = 'enzyme-screening-platform-opentrons' description = 'opentrons protocol' - version = '0.1.4' + version = '0.1.5' homePage = 'https://github.com/stracquadaniolab/enzyme-screening-platform-opentrons.git' author = 'Martyna Kasprzyk' nextflowVersion = '>=20.07.1' @@ -40,7 +40,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false - process.container = "ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.4" + process.container = "ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.5" } singularity { @@ -51,7 +51,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false - process.container = "docker://ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.4" + process.container = "docker://ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.5" } slurm { diff --git a/containers/Dockerfile b/containers/Dockerfile index 4df2c4b..dc1f20c 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -23,7 +23,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/stracquadaniola LABEL org.opencontainers.image.source="https://github.com/stracquadaniolab/enzyme-screening-platform-opentrons" LABEL org.opencontainers.image.vendor="stracquadaniolab" LABEL org.opencontainers.image.authors="Martyna Kasprzyk" -LABEL org.opencontainers.image.revision="v0.1.4" +LABEL org.opencontainers.image.revision="v0.1.5" COPY --chown=micromamba:micromamba ${CONDA_FILE} /tmp RUN micromamba install -y -n base -f /tmp/`basename ${CONDA_FILE}` && \ diff --git a/readme.md b/readme.md index 6398c2f..3a07acb 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # protein-expression-opentrons-nf -![](https://img.shields.io/badge/current_version-0.1.4-blue) +![](https://img.shields.io/badge/current_version-0.1.5-blue) ![](https://github.com/stracquadaniolab/protein-expression-opentrons-nf/workflows/build/badge.svg) ## Overview opentrons protocol