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:
parent
2ebd2180ed
commit
37c6714cc7
1 changed files with 1 additions and 5 deletions
|
@ -18,10 +18,6 @@ singularity {
|
|||
}
|
||||
|
||||
process {
|
||||
beforeScript = """
|
||||
module load $singularityModule
|
||||
module load $squashfsModule
|
||||
"""
|
||||
.stripIndent()
|
||||
beforeScript = "module load $singularityModule $squashfsModule"
|
||||
executor = 'slurm'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue