Skip to content

Commit

Permalink
πŸ› update singularity version load for pawsey
Browse files Browse the repository at this point in the history
  • Loading branch information
astrokatross committed Nov 22, 2022
1 parent 0c5c86e commit 83bb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/obs_manta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ chmod 755 "${script}"

# sbatch submissions need to start with a shebang
echo '#!/bin/bash' > "${script}.sbatch"
echo 'module load singularity' >> "${script}.sbatch"
echo 'module load singularity/3.8.6' >> "${script}.sbatch"
echo "export SINGULARITY_BINDPATH=${SINGULARITY_BINDPATH}" >> "${script}.sbatch"
echo "singularity run ${GXCONTAINER} ${script}" >> "${script}.sbatch"

Expand Down

0 comments on commit 83bb5d3

Please sign in to comment.