File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141
4242 - name : Build new docker image
4343 if : env.MATCHED_FILES
44- run : docker build --no-cache . -t nfcore/eager:2.5.3
44+ run : docker build --no-cache . -t nfcore/eager:2.5.4
4545
4646 - name : Pull docker image
4747 if : ${{ !env.MATCHED_FILES }}
4848 run : |
4949 docker pull nfcore/eager:dev
50- docker tag nfcore/eager:dev nfcore/eager:2.5.3
50+ docker tag nfcore/eager:dev nfcore/eager:2.5.4
5151 - name : Install Nextflow
5252 env :
5353 CAPSULE_LOG : none
@@ -222,4 +222,4 @@ jobs:
222222 nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_humanbam,docker --skip_fastqc --skip_adapterremoval --skip_deduplication --skip_qualimap --skip_preseq --skip_damage_calculation --run_mtnucratio
223223 - name : RESCALING Run basic pipeline with basic pipeline but with mapDamage rescaling of BAM files. Note this will be slow
224224 run : |
225- nextflow run ${GITHUB_WORKSPACE} -profile test,docker --run_mapdamage_rescaling --run_genotyping --genotyping_tool hc --genotyping_source 'rescaled'
225+ nextflow run ${GITHUB_WORKSPACE} -profile test,docker --run_mapdamage_rescaling --run_genotyping --genotyping_tool hc --genotyping_source 'rescaled'
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.5.3 /bin:$PATH
10+ ENV PATH /opt/conda/envs/nf-core-eager-2.5.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.5.3 > nf-core-eager-2.5.3 .yml
13+ RUN conda env export --name nf-core-eager-2.5.4 > nf-core-eager-2.5.4 .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.5.3
3+ name : nf-core-eager-2.5.4
44channels :
55 - conda-forge
66 - bioconda
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ params {
289289
290290// Container slug. Stable releases should specify release tag!
291291// Developmental code should specify :dev
292- process. container = ' nfcore/eager:2.5.3 '
292+ process. container = ' nfcore/eager:2.5.4 '
293293
294294// Load base.config by default for all pipelines
295295includeConfig ' conf/base.config'
@@ -419,7 +419,7 @@ manifest {
419419 description = ' A fully reproducible and state-of-the-art ancient DNA analysis pipeline'
420420 mainScript = ' main.nf'
421421 nextflowVersion = ' >=20.07.1'
422- version = ' 2.5.3 '
422+ version = ' 2.5.4 '
423423}
424424
425425// Function to ensure that resource requirements don't go beyond
You can’t perform that action at this time.
0 commit comments