mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Just make command a single line for simplicity
This commit is contained in:
parent
09e0ea2674
commit
09ed4d54b9
1 changed files with 1 additions and 6 deletions
|
@ -20,12 +20,7 @@ singularity
|
|||
|
||||
process
|
||||
{
|
||||
beforeScript = ""
|
||||
module purge
|
||||
module load singularity/latest
|
||||
module load graphviz/2.40.1
|
||||
""
|
||||
.stripIndent()
|
||||
beforeScript = 'module purge; module load singularity/latest; module load graphviz/2.40.1'
|
||||
executor = 'slurm'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue