comparison 0.4.2/conf/modules.config @ 142:15803b24d580

planemo upload
author kkonganti
date Thu, 11 Jul 2024 13:18:43 -0400
parents 7ab975454646
children 620bffa66bbb
comparison
equal deleted inserted replaced
141:3bae471a5e14 142:15803b24d580
52 time = { 30.h * task.attempt } 52 time = { 30.h * task.attempt }
53 } 53 }
54 54
55 withLabel: 'process_only_mem_high' { 55 withLabel: 'process_only_mem_high' {
56 cpus = { 1 * task.attempt } 56 cpus = { 1 * task.attempt }
57 memory = { 128.GB * task.attempt } 57 memory = { 120.GB * task.attempt }
58 time = { 60.h * task.attempt } 58 time = { 60.h * task.attempt }
59 } 59 }
60 60
61 withLabel: 'process_low' { 61 withLabel: 'process_low' {
62 cpus = { 10 * task.attempt } 62 cpus = { 10 * task.attempt }
70 time = { 30.h * task.attempt } 70 time = { 30.h * task.attempt }
71 } 71 }
72 72
73 withLabel: 'process_high' { 73 withLabel: 'process_high' {
74 cpus = { 10 * task.attempt } 74 cpus = { 10 * task.attempt }
75 memory = { 128.GB * task.attempt } 75 memory = { 120.GB * task.attempt }
76 time = { 60.h * task.attempt } 76 time = { 60.h * task.attempt }
77 } 77 }
78 78
79 withLabel: 'process_higher' { 79 withLabel: 'process_higher' {
80 cpus = { 10 * task.attempt } 80 cpus = { 10 * task.attempt }
81 memory = { 256.GB * task.attempt } 81 memory = { 250.GB * task.attempt }
82 time = { 60.h * task.attempt } 82 time = { 60.h * task.attempt }
83 } 83 }
84 84
85 withLabel: 'process_gigantic' { 85 withLabel: 'process_gigantic' {
86 cpus = { 10 * task.attempt } 86 cpus = { 10 * task.attempt }
87 memory = { 512.GB * task.attempt } 87 memory = { 500.GB * task.attempt }
88 time = { 60.h * task.attempt } 88 time = { 60.h * task.attempt }
89 } 89 }
90 } 90 }
91 91
92 if ( (params.input || params.metadata ) && params.pipeline ) { 92 if ( (params.input || params.metadata ) && params.pipeline ) {