diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index dc50f7fae2..ecfb2dc4eb 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -362,6 +362,12 @@ fail_msg="Installation of Nextflow failed, that's unexpected..." $EB -r --from-pr 16531 Nextflow-22.10.1.eb check_exit_code $? "${ok_msg}" "${fail_msg}" +echo ">> Installing requirements for the Nextflow mag 20221110 pipeline..." +ok_msg="The full Nextflow pipeline is installed, the work must flow..." +fail_msg="Installation of the Nextflow pipeline failed, that's unexpected..." +$EB --from-pr 16624 MetaBAT-2.15-gompi-2021a.eb -r && $EB --from-pr 16613 -r +check_exit_code $? "${ok_msg}" "${fail_msg}" + ### add packages here echo ">> Creating/updating Lmod cache..." diff --git a/eessi-2021.12.yml b/eessi-2021.12.yml index 58101777ca..4ebaeb94d9 100644 --- a/eessi-2021.12.yml +++ b/eessi-2021.12.yml @@ -57,3 +57,7 @@ software: toolchains: SYSTEM: versions: '22.10.1' + nf-core-mag: + toolchains: + foss-2021a: + versions: '20221110'