@@ -36,15 +36,15 @@ process {
3636 cpus = '1'
3737 memory = '4GB'
3838 time = '6h'
39- container = 'leahkemp/pipeface:0.0.2 '
39+ container = 'leahkemp/pipeface:0.0.3 '
4040 }
4141
4242 withName: 'minimap2' {
4343 queue = ''
4444 cpus = '16'
4545 memory = '64GB'
4646 time = '14h'
47- container = 'leahkemp/pipeface:0.0.2 '
47+ container = 'leahkemp/pipeface:0.0.3 '
4848 }
4949
5050 withName: 'minimod' {
@@ -53,15 +53,15 @@ process {
5353 memory = '32GB'
5454 disk = '20GB'
5555 time = '4h'
56- container = 'leahkemp/pipeface:0.0.2 '
56+ container = 'leahkemp/pipeface:0.0.3 '
5757 }
5858
5959 withName: 'mosdepth' {
6060 queue = ''
6161 cpus = '8'
6262 memory = '32GB'
6363 time = '2h'
64- container = 'leahkemp/pipeface:0.0.2 '
64+ container = 'leahkemp/pipeface:0.0.3 '
6565 }
6666
6767 withName: 'clair3|clair3_haploid_aware' {
@@ -78,7 +78,7 @@ process {
7878 cpus = '1'
7979 memory = '4GB'
8080 time = '30m'
81- container = 'leahkemp/pipeface:0.0.2 '
81+ container = 'leahkemp/pipeface:0.0.3 '
8282 }
8383
8484 withName: 'clair3_post_processing' {
@@ -87,7 +87,7 @@ process {
8787 memory = '4GB'
8888 disk = '10GB'
8989 time = '30m'
90- container = 'leahkemp/pipeface:0.0.2 '
90+ container = 'leahkemp/pipeface:0.0.3 '
9191 }
9292
9393 withName: 'deepvariant_dry_run' {
@@ -131,7 +131,7 @@ process {
131131 cpus = '1'
132132 memory = '4GB'
133133 time = '1h'
134- container = 'leahkemp/pipeface:0.0.2 '
134+ container = 'leahkemp/pipeface:0.0.3 '
135135 }
136136
137137 withName: 'split_multiallele|split_multiallele_duo|split_multiallele_trio' {
@@ -140,23 +140,23 @@ process {
140140 memory = '4GB'
141141 disk = '10GB'
142142 time = '1h'
143- container = 'leahkemp/pipeface:0.0.2 '
143+ container = 'leahkemp/pipeface:0.0.3 '
144144 }
145145
146146 withName: 'longtr_pre_processing' {
147147 queue = 'normal'
148148 cpus = '1'
149149 memory = '4GB'
150150 time = '1h'
151- container = 'leahkemp/pipeface:0.0.2 '
151+ container = 'leahkemp/pipeface:0.0.3 '
152152 }
153153
154154 withName: 'longtr|longtr_duo|longtr_trio' {
155155 queue = ''
156156 cpus = '96'
157157 memory = '192GB'
158158 time = '24h'
159- container = 'leahkemp/pipeface:0.0.2 '
159+ container = 'leahkemp/pipeface:0.0.3 '
160160 }
161161
162162 withName: 'vep_snp_indel|vep_sniffles_sv|vep_cutesv_sv' {
@@ -172,15 +172,15 @@ process {
172172 cpus = '4'
173173 memory = '16GB'
174174 time = '10h'
175- container = 'leahkemp/pipeface:0.0.2 '
175+ container = 'leahkemp/pipeface:0.0.3 '
176176 }
177177
178178 withName: 'whatshap_phase_duo|whatshap_phase_trio' {
179179 queue = ''
180180 cpus = '4'
181181 memory = '16GB'
182182 time = '36h'
183- container = 'leahkemp/pipeface:0.0.2 '
183+ container = 'leahkemp/pipeface:0.0.3 '
184184 }
185185
186186 withName: 'deeptrio_dry_run' {
@@ -224,7 +224,7 @@ process {
224224 cpus = '1'
225225 memory = '4GB'
226226 time = '1h'
227- container = 'leahkemp/pipeface:0.0.2 '
227+ container = 'leahkemp/pipeface:0.0.3 '
228228 }
229229
230230 withName: 'glnexus_duo|glnexus_trio' {
@@ -240,31 +240,31 @@ process {
240240 cpus = '1'
241241 memory = '4GB'
242242 time = '30m'
243- container = 'leahkemp/pipeface:0.0.2 '
243+ container = 'leahkemp/pipeface:0.0.3 '
244244 }
245245
246246 withName: 'sniffles' {
247247 queue = ''
248248 cpus = '4'
249249 memory = '16GB'
250250 time = '1h'
251- container = 'leahkemp/pipeface:0.0.2 '
251+ container = 'leahkemp/pipeface:0.0.3 '
252252 }
253253
254254 withName: 'cutesv' {
255255 queue = ''
256256 cpus = '8'
257257 memory = '32GB'
258258 time = '1h'
259- container = 'leahkemp/pipeface:0.0.2 '
259+ container = 'leahkemp/pipeface:0.0.3 '
260260 }
261261
262262 withName: 'jasmine_sniffles_duo|jasmine_cutesv_duo|jasmine_sniffles_trio|jasmine_cutesv_trio' {
263263 queue = ''
264264 cpus = '8'
265265 memory = '32GB'
266266 time = '12h'
267- container = 'leahkemp/pipeface:0.0.2 '
267+ container = 'leahkemp/pipeface:0.0.3 '
268268 }
269269
270270}
0 commit comments