We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbb522 commit 464e87aCopy full SHA for 464e87a
validation/sun-nomadlab/nextflow.config
@@ -9,7 +9,15 @@ process {
9
memory= "4.GB"
10
time= "1.h"
11
12
- resourceLimits = [ cpus: 4, memory: 4.GB, time: 1.h ]
+}
13
+
14
15
16
+profiles {
17
18
+ nf_core_demo {
19
+ resourceLimits = [ cpus: 4, memory: 8.GB, time: 1.h ]
20
+ }
21
22
}
23
@@ -40,6 +48,11 @@ fusion {
40
48
41
49
nomad {
42
50
51
+ debug {
52
+ target { json = "_deleteme" }
53
+ // getJson = true
54
55
43
56
client {
44
57
address = 'http://100.119.165.23:4646'
45
58
@@ -50,7 +63,7 @@ nomad {
63
enabled = true
64
65
- deleteOnCompletion = true
66
+ deleteOnCompletion = false
67
68
volume = { type "host" name "scratch" }
69
0 commit comments