comparison 0.2.1/conf/modules.config @ 36:1d6557e7db72

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