Skip to content

Commit

Permalink
recourses alter
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiss Ozols committed Sep 22, 2023
1 parent 0726eba commit 02881a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions conf/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion conf/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ params {
value=10
}
fpr{
value="0.1"
value="0.01 0.05 0.1"
}

}
Expand Down
2 changes: 1 addition & 1 deletion conf/test_full.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ params {
value=10
}
fpr{
value="0.1"
value="0.01 0.05 0.1"
}

}
Expand Down

0 comments on commit 02881a0

Please sign in to comment.