diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c77efa8..946c9caa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,13 @@ jobs: - name: Build new docker image if: env.MATCHED_FILES - run: docker build --no-cache . -t nfcore/eager:dev + run: docker build --no-cache . -t nfcore/eager:2.3.2 - name: Pull docker image if: ${{ !env.MATCHED_FILES }} run: | docker pull nfcore/eager:dev - docker tag nfcore/eager:dev nfcore/eager:dev + docker tag nfcore/eager:dev nfcore/eager:2.3.2 - name: Install Nextflow env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3572b0dde..013927858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [dev] - unreleased +## [2.3.2] - 2021-03-16 ### `Added` diff --git a/Dockerfile b/Dockerfile index 1c5c3cdc3..773a11a32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ COPY environment.yml / RUN conda env create --quiet -f /environment.yml && conda clean -a # Add conda installation dir to PATH (instead of doing 'conda activate') -ENV PATH /opt/conda/envs/nf-core-eager-2.3.2dev/bin:$PATH +ENV PATH /opt/conda/envs/nf-core-eager-2.3.2/bin:$PATH # Dump the details of the installed packages to a file for posterity -RUN conda env export --name nf-core-eager-2.3.2dev > nf-core-eager-2.3.2dev.yml +RUN conda env export --name nf-core-eager-2.3.2 > nf-core-eager-2.3.2.yml # Instruct R processes to use these empty files instead of clashing with a local version RUN touch .Rprofile diff --git a/environment.yml b/environment.yml index 76fba2aa0..3475472e0 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,6 @@ # You can use this file to create a conda environment for this pipeline: # conda env create -f environment.yml -name: nf-core-eager-2.3.2dev +name: nf-core-eager-2.3.2 channels: - conda-forge - bioconda diff --git a/nextflow.config b/nextflow.config index 414e03bdb..5a87732e0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -254,7 +254,7 @@ params { // Container slug. Stable releases should specify release tag! // Developmental code should specify :dev -process.container = 'nfcore/eager:dev' +process.container = 'nfcore/eager:2.3.2' // Load base.config by default for all pipelines includeConfig 'conf/base.config' @@ -351,7 +351,7 @@ manifest { description = 'A fully reproducible and state-of-the-art ancient DNA analysis pipeline' mainScript = 'main.nf' nextflowVersion = '!>=20.07.1' - version = '2.3.2dev' + version = '2.3.2' } // Function to ensure that resource requirements don't go beyond