Skip to content

Commit f4f2fb4

Browse files
authored
Merge pull request #194 from jpecar/nextflow
add Nextflow/22.10.1 to EESSI pilot 2021.12
2 parents 08fa548 + 071067e commit f4f2fb4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

EESSI-pilot-install-software.sh

+6
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ fail_msg="Installation of WRF failed, that's unexpected..."
356356
OMPI_MCA_pml=ucx UCX_TLS=tcp $EB WRF-3.9.1.1-foss-2020a-dmpar.eb -r --include-easyblocks-from-pr 2648
357357
check_exit_code $? "${ok_msg}" "${fail_msg}"
358358

359+
echo ">> Installing Nextflow 22.10.1..."
360+
ok_msg="Nextflow installed, the work must flow..."
361+
fail_msg="Installation of Nextflow failed, that's unexpected..."
362+
$EB -r --from-pr 16531 Nextflow-22.10.1.eb
363+
check_exit_code $? "${ok_msg}" "${fail_msg}"
364+
359365
### add packages here
360366

361367
echo ">> Creating/updating Lmod cache..."

eessi-2021.12.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ software:
5353
versions:
5454
'3.9.1.1':
5555
versionsuffix: -dmpar
56+
Nextflow:
57+
toolchains:
58+
SYSTEM:
59+
versions: '22.10.1'

0 commit comments

Comments
 (0)