File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737
3838 - name : Build new docker image
3939 if : env.MATCHED_FILES
40- run : docker build --no-cache . -t nfcore/eager:dev
40+ run : docker build --no-cache . -t nfcore/eager:2.5.0
4141
4242 - name : Pull docker image
4343 if : ${{ !env.MATCHED_FILES }}
4444 run : |
4545 docker pull nfcore/eager:dev
46- docker tag nfcore/eager:dev nfcore/eager:dev
46+ docker tag nfcore/eager:dev nfcore/eager:2.5.0
4747
4848 - name : Install Nextflow
4949 env :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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.4.8dev /bin:$PATH
10+ ENV PATH /opt/conda/envs/nf-core-eager-2.5.0 /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.4.8dev > nf-core-eager-2.4.8dev .yml
13+ RUN conda env export --name nf-core-eager-2.5.0 > nf-core-eager-2.5.0 .yml
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.4.8dev
3+ name : nf-core-eager-2.5.0
44channels :
55 - conda-forge
66 - bioconda
@@ -50,4 +50,4 @@ dependencies:
5050 - bioconda::eigenstratdatabasetools=1.0.2
5151 - bioconda::mapdamage2=2.2.1
5252 - bioconda::bbmap=38.92
53- - bioconda::bcftools=1.12
53+ - bioconda::bcftools=1.12
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ params {
288288
289289// Container slug. Stable releases should specify release tag!
290290// Developmental code should specify :dev
291- process. container = ' nfcore/eager:dev '
291+ process. container = ' nfcore/eager:2.5.0 '
292292
293293// Load base.config by default for all pipelines
294294includeConfig ' conf/base.config'
@@ -418,7 +418,7 @@ manifest {
418418 description = ' A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
419419 mainScript = ' main.nf'
420420 nextflowVersion = ' >=20.07.1'
421- version = ' 2.4.8dev '
421+ version = ' 2.5.0 '
422422}
423423
424424// Function to ensure that resource requirements don't go beyond
You can’t perform that action at this time.
0 commit comments