Skip to content

Commit f167a04

Browse files
committed
Minor cleanup of nextflow.config
1 parent 617fa38 commit f167a04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nextflow.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ params {
2525
}
2626

2727
process {
28-
executor = 'slurm'
29-
clusterOptions = {
30-
"-A $params.project"
31-
}
28+
executor = 'slurm'
29+
clusterOptions = {
30+
"-A $params.project"
31+
}
3232
}
3333

3434
executor {
3535
$slurm {
3636
queueSize = 10
3737
}
3838
$local {
39-
queueSize = 10
39+
queueSize = 1
4040
}
4141
}

0 commit comments

Comments
 (0)