File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ params.pangenie_time = "12h"
55
55
params. repeatmasker_time = " 12h"
56
56
params. tsd_memory = " 10G"
57
57
params. merge_vcf_memory = " 10G"
58
+ params. tsd_time = " 1h"
58
59
59
60
// SAY HELLO
60
61
@@ -355,6 +356,7 @@ process repeatmask_VCF {
355
356
356
357
process tsd_prep {
357
358
memory params. tsd_memory
359
+ time params. tsd_time
358
360
359
361
input:
360
362
path(" genotypes_repmasked_filtered.vcf" )
@@ -377,6 +379,7 @@ process tsd_prep {
377
379
378
380
process tsd_search {
379
381
memory params. tsd_memory
382
+ time params. tsd_time
380
383
381
384
input:
382
385
file indels
@@ -399,6 +402,7 @@ process tsd_search {
399
402
400
403
process tsd_report {
401
404
memory params. tsd_memory
405
+ time params. tsd_time
402
406
publishDir " ${ params.out} /3_TSD_search" , mode: ' copy'
403
407
404
408
input:
You can’t perform that action at this time.
0 commit comments