diff --git a/conf/base.conf b/conf/base.conf index 8cd4f783..cf23bd4c 100755 --- a/conf/base.conf +++ b/conf/base.conf @@ -346,6 +346,11 @@ process { memory = { 70.GB * task.attempt } } + withName: umap_gather{ + memory = { 100.GB * task.attempt } + errorStrategy = 'retry' + maxRetries = 3 + } withName: plot_predicted_sex{ memory = { 50.GB * task.attempt } diff --git a/conf/test.conf b/conf/test.conf index 41827c46..69cc09b1 100755 --- a/conf/test.conf +++ b/conf/test.conf @@ -60,7 +60,7 @@ params { value=10 } fpr{ - value="0.1" + value="0.01 0.05 0.1" } } diff --git a/conf/test_full.conf b/conf/test_full.conf index 41827c46..69cc09b1 100755 --- a/conf/test_full.conf +++ b/conf/test_full.conf @@ -60,7 +60,7 @@ params { value=10 } fpr{ - value="0.1" + value="0.01 0.05 0.1" } }