Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.2.1/conf/modules.config @ 37:a047ee0e34ae
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 29 Jun 2022 19:24:35 -0400 |
parents | 1d6557e7db72 |
children | 36ca1a1156df |
comparison
equal
deleted
inserted
replaced
36:1d6557e7db72 | 37:a047ee0e34ae |
---|---|
16 | 16 |
17 maxRetries = 21 | 17 maxRetries = 21 |
18 | 18 |
19 withLabel: 'process_femto' { | 19 withLabel: 'process_femto' { |
20 cpus = 2 | 20 cpus = 2 |
21 memory = 64.GB | |
22 } | 21 } |
23 | 22 |
24 withLabel: 'process_pico' { | 23 withLabel: 'process_pico' { |
25 cpus = 2 | 24 cpus = 2 |
26 memory = 64.GB | |
27 } | 25 } |
28 | 26 |
29 withLabel: 'process_nano' { | 27 withLabel: 'process_nano' { |
30 cpus = 4 | 28 cpus = 4 |
31 memory = 64.GB | |
32 } | 29 } |
33 | 30 |
34 withLabel: 'process_micro' { | 31 withLabel: 'process_micro' { |
35 cpus = 8 | 32 cpus = 8 |
36 memory = 64.GB | |
37 } | 33 } |
38 | 34 |
39 withLabel: 'process_only_mem_low' { | 35 withLabel: 'process_only_mem_low' { |
40 cpus = 2 | 36 cpus = 2 |
41 memory = 64.GB | |
42 } | 37 } |
43 | 38 |
44 withLabel: 'process_only_mem_medium' { | 39 withLabel: 'process_only_mem_medium' { |
45 cpus = 2 | 40 cpus = 2 |
46 memory = 64.GB | |
47 } | 41 } |
48 | 42 |
49 withLabel: 'process_only_mem_high' { | 43 withLabel: 'process_only_mem_high' { |
50 cpus = 2 | 44 cpus = 2 |
51 memory = 64.GB | |
52 } | 45 } |
53 | 46 |
54 withLabel: 'process_low' { | 47 withLabel: 'process_low' { |
55 cpus = 8 | 48 cpus = 8 |
56 memory = 64.GB | |
57 } | 49 } |
58 | 50 |
59 withLabel: 'process_medium' { | 51 withLabel: 'process_medium' { |
60 cpus = 8 | 52 cpus = 8 |
61 memory = 64.GB | |
62 } | 53 } |
63 | 54 |
64 withLabel: 'process_high' { | 55 withLabel: 'process_high' { |
65 cpus = 8 | 56 cpus = 8 |
66 memory = 64.GB | |
67 } | 57 } |
68 | 58 |
69 withLabel: 'process_higher' { | 59 withLabel: 'process_higher' { |
70 cpus = 8 | 60 cpus = 8 |
71 memory = 64.GB | |
72 } | 61 } |
73 | 62 |
74 withLabel: 'process_gigantic' { | 63 withLabel: 'process_gigantic' { |
75 cpus = 8 | 64 cpus = 8 |
76 memory = 64.GB | |
77 } | 65 } |
78 } | 66 } |
79 | 67 |
80 if ( (params.input || params.metadata ) && params.pipeline ) { | 68 if ( (params.input || params.metadata ) && params.pipeline ) { |
81 try { | 69 try { |