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