mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Remove buggy cluster option
This commit is contained in:
parent
96ea16ddbd
commit
b4cffe0455
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ singularity {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue