File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434
3535 - name : Build new docker image
3636 if : env.MATCHED_FILES
37- run : docker build --no-cache . -t nfcore/eager:dev
37+ run : docker build --no-cache . -t nfcore/eager:2.3.4
3838
3939 - name : Pull docker image
4040 if : ${{ !env.MATCHED_FILES }}
4141 run : |
4242 docker pull nfcore/eager:dev
43- docker tag nfcore/eager:dev nfcore/eager:dev
43+ docker tag nfcore/eager:dev nfcore/eager:2.3.4
4444
4545 - name : Install Nextflow
4646 env :
Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6- ## v2.3.4dev - [ unreleased ]
6+ ## v2.3.4 - 2021-05-04
77
88### ` Added `
99
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2424
2525### ` Deprecated `
2626
27- ## v2.3.3 - 2021-01-06
27+ ## v2.3.3 - 2021-04-08
2828
2929### ` Added `
3030
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ COPY environment.yml /
77RUN conda env create --quiet -f /environment.yml && conda clean -a
88
99# Add conda installation dir to PATH (instead of doing 'conda activate')
10- ENV PATH /opt/conda/envs/nf-core-eager-2.3.4dev /bin:$PATH
10+ ENV PATH /opt/conda/envs/nf-core-eager-2.3.4 /bin:$PATH
1111
1212# Dump the details of the installed packages to a file for posterity
13- RUN conda env export --name nf-core-eager-2.3.4dev > nf-core-eager-2.3.4dev .yml
13+ RUN conda env export --name nf-core-eager-2.3.4 > nf-core-eager-2.3.4 .yml
1414
1515# Instruct R processes to use these empty files instead of clashing with a local version
1616RUN touch .Rprofile
Original file line number Diff line number Diff line change 11# You can use this file to create a conda environment for this pipeline:
22# conda env create -f environment.yml
3- name : nf-core-eager-2.3.4dev
3+ name : nf-core-eager-2.3.4
44channels :
55 - conda-forge
66 - bioconda
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ params {
264264
265265// Container slug. Stable releases should specify release tag!
266266// Developmental code should specify :dev
267- process. container = ' nfcore/eager:dev '
267+ process. container = ' nfcore/eager:2.3.4 '
268268
269269// Load base.config by default for all pipelines
270270includeConfig ' conf/base.config'
@@ -393,7 +393,7 @@ manifest {
393393 description = ' A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
394394 mainScript = ' main.nf'
395395 nextflowVersion = ' !>=20.07.1'
396- version = ' 2.3.4dev '
396+ version = ' 2.3.4 '
397397}
398398
399399// Function to ensure that resource requirements don't go beyond
You can’t perform that action at this time.
0 commit comments