1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Clean up module loading script

This commit is contained in:
Rogan Grant 2021-07-28 13:44:48 -05:00
parent e2c566ed13
commit e1e0810d1b

View file

@ -20,7 +20,12 @@ singularity
process
{
beforeScript = 'module load singularity/latest graphviz/2.40.1'
beforeScript = ""
module purge
module load singularity/latest
module load graphviz/2.40.1s
""
.stripIndent()
executor = 'slurm'
}