1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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 {
beforeScript = """
module load $singularityModule
module load $squashfsModule
"""
.stripIndent()
beforeScript = "module load $singularityModule $squashfsModule"
executor = 'slurm'
}