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

Nice prince

This commit is contained in:
Alexander Peltzer 2019-11-26 14:29:52 +01:00
parent 2ebd2180ed
commit 37c6714cc7
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -18,10 +18,6 @@ singularity {
} }
process { process {
beforeScript = """ beforeScript = "module load $singularityModule $squashfsModule"
module load $singularityModule
module load $squashfsModule
"""
.stripIndent()
executor = 'slurm' executor = 'slurm'
} }