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

Remove buggy cluster option

This commit is contained in:
Remi Planel 2019-07-30 15:15:07 +02:00
parent 96ea16ddbd
commit b4cffe0455

View file

@ -13,7 +13,6 @@ singularity {
process {
executor = 'slurm'
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
}
params {