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.GIT_DIFF
37- run : docker build --no-cache . -t nfcore/eager:2.2.0
37+ run : docker build --no-cache . -t nfcore/eager:2.2.1
3838
3939 - name : Pull docker image
4040 if : ${{ !env.GIT_DIFF }}
4141 run : |
4242 docker pull nfcore/eager:dev
43- docker tag nfcore/eager:dev nfcore/eager:2.2.0
43+ docker tag nfcore/eager:dev nfcore/eager:2.2.1
4444
4545 - name : Install Nextflow
4646 run : |
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.2.0 /bin:$PATH
10+ ENV PATH /opt/conda/envs/nf-core-eager-2.2.1 /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.2.0 > nf-core-eager-2.2.0 .yml
13+ RUN conda env export --name nf-core-eager-2.2.1 > nf-core-eager-2.2.1 .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 1- name : nf-core-eager-2.2.0
1+ name : nf-core-eager-2.2.1
22channels :
33 - conda-forge
44 - bioconda
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ params {
244244
245245// Container slug. Stable releases should specify release tag!
246246// Developmental code should specify :dev
247- process. container = ' nfcore/eager:2.2.0 '
247+ process. container = ' nfcore/eager:2.2.1 '
248248
249249// Load base.config by default for all pipelines
250250includeConfig ' conf/base.config'
@@ -345,7 +345,7 @@ manifest {
345345 description = ' A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
346346 mainScript = ' main.nf'
347347 nextflowVersion = ' !>=20.04.0'
348- version = ' 2.2.0 '
348+ version = ' 2.2.1 '
349349}
350350
351351// Function to ensure that resource requirements don't go beyond
You can’t perform that action at this time.
0 commit comments