Skip to content
6 changes: 6 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
4 changes: 4 additions & 0 deletions eessi-2021.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ software:
toolchains:
SYSTEM:
versions: '22.10.1'
nf-core-mag:
toolchains:
foss-2021a:
versions: '20221110'