diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 363709c..ec934df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56e5272..ca6038f 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.3, ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:0.1.4, 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.3, ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:0.1.4, ghcr.io/${{ github.repository }}:latest \ No newline at end of file diff --git a/conf/base.config b/conf/base.config index 6457c5a..27b3029 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.3' + version = '0.1.4' 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.3" + process.container = "ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.4" } singularity { @@ -51,7 +51,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false - process.container = "docker://ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.3" + process.container = "docker://ghcr.io/stracquadaniolab/enzyme-screening-platform-opentrons:0.1.4" } slurm { diff --git a/containers/Dockerfile b/containers/Dockerfile index c730f4e..92ba72c 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -22,7 +22,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.3" +LABEL org.opencontainers.image.revision="v0.1.4" 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 cb41cc5..6398c2f 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # protein-expression-opentrons-nf -![](https://img.shields.io/badge/current_version-0.1.3-blue) +![](https://img.shields.io/badge/current_version-0.1.4-blue) ![](https://github.com/stracquadaniolab/protein-expression-opentrons-nf/workflows/build/badge.svg) ## Overview opentrons protocol