Skip to content

Commit 464e87a

Browse files
committed
tweak sun-nomadlab config [ci skip]
1 parent 2dbb522 commit 464e87a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

validation/sun-nomadlab/nextflow.config

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ process {
99
memory= "4.GB"
1010
time= "1.h"
1111

12-
resourceLimits = [ cpus: 4, memory: 4.GB, time: 1.h ]
12+
}
13+
14+
15+
16+
profiles {
17+
18+
nf_core_demo {
19+
resourceLimits = [ cpus: 4, memory: 8.GB, time: 1.h ]
20+
}
1321

1422
}
1523

@@ -40,6 +48,11 @@ fusion {
4048

4149
nomad {
4250

51+
debug {
52+
target { json = "_deleteme" }
53+
// getJson = true
54+
}
55+
4356
client {
4457
address = 'http://100.119.165.23:4646'
4558
}
@@ -50,7 +63,7 @@ nomad {
5063
enabled = true
5164
}
5265

53-
deleteOnCompletion = true
66+
deleteOnCompletion = false
5467

5568
volume = { type "host" name "scratch" }
5669

0 commit comments

Comments
 (0)