Skip to content

Commit b902341

Browse files
committed
Correctl bump version
1 parent 9e6cb22 commit b902341

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY environment.yml /
77
RUN 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.5dev/bin:$PATH
10+
ENV PATH /opt/conda/envs/nf-core-eager-2.4.6dev/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.5dev > nf-core-eager-2.4.5dev.yml
13+
RUN conda env export --name nf-core-eager-2.4.6dev > nf-core-eager-2.4.6dev.yml

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.5dev
3+
name: nf-core-eager-2.4.6dev
44
channels:
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

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ manifest {
415415
description = 'A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
416416
mainScript = 'main.nf'
417417
nextflowVersion = '>=20.07.1'
418-
version = '2.4.5dev'
418+
version = '2.4.6dev'
419419
}
420420

421421
// Function to ensure that resource requirements don't go beyond

0 commit comments

Comments
 (0)