File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
37
37
38
38
- name : Build new docker image
39
39
if : env.MATCHED_FILES
40
- run : docker build --no-cache . -t nfcore/eager:2.5.1
40
+ run : docker build --no-cache . -t nfcore/eager:2.5.2
41
41
42
42
- name : Pull docker image
43
43
if : ${{ !env.MATCHED_FILES }}
44
44
run : |
45
45
docker pull nfcore/eager:dev
46
- docker tag nfcore/eager:dev nfcore/eager:2.5.1
46
+ docker tag nfcore/eager:dev nfcore/eager:2.5.2
47
47
48
48
- name : Install Nextflow
49
49
env :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY environment.yml /
7
7
RUN conda env create --quiet -f /environment.yml && conda clean -a
8
8
9
9
# Add conda installation dir to PATH (instead of doing 'conda activate')
10
- ENV PATH /opt/conda/envs/nf-core-eager-2.5.1 /bin:$PATH
10
+ ENV PATH /opt/conda/envs/nf-core-eager-2.5.2 /bin:$PATH
11
11
12
12
# Dump the details of the installed packages to a file for posterity
13
- RUN conda env export --name nf-core-eager-2.5.1 > nf-core-eager-2.5.1 .yml
13
+ RUN conda env export --name nf-core-eager-2.5.2 > nf-core-eager-2.5.2 .yml
Original file line number Diff line number Diff line change 1
1
# You can use this file to create a conda environment for this pipeline:
2
2
# conda env create -f environment.yml
3
- name : nf-core-eager-2.5.1
3
+ name : nf-core-eager-2.5.2
4
4
channels :
5
5
- conda-forge
6
6
- bioconda
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ params {
289
289
290
290
// Container slug. Stable releases should specify release tag!
291
291
// Developmental code should specify :dev
292
- process. container = ' nfcore/eager:2.5.1 '
292
+ process. container = ' nfcore/eager:2.5.2 '
293
293
294
294
// Load base.config by default for all pipelines
295
295
includeConfig ' conf/base.config'
@@ -419,7 +419,7 @@ manifest {
419
419
description = ' A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
420
420
mainScript = ' main.nf'
421
421
nextflowVersion = ' >=20.07.1'
422
- version = ' 2.5.1 '
422
+ version = ' 2.5.2 '
423
423
}
424
424
425
425
// Function to ensure that resource requirements don't go beyond
You can’t perform that action at this time.
0 commit comments