Skip to content

Commit

Permalink
fix(grohmm): Update labels for parametertuning
Browse files Browse the repository at this point in the history
Since these are are split into seperate jobs now, they're not
"long"(longest I've seen one take is ~143 minutes).

Adding arrays later because there's so many of them and they're the same
  • Loading branch information
edmundmiller committed Sep 28, 2024
1 parent e8a0e46 commit 0ca9dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/local/grohmm/parametertuning/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
process GROHMM_PARAMETERTUNING {
tag "$meta.id|$UTS|$LtProbB"
label 'process_high'
label 'process_long'
label 'error_retry'
// array 10

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit 0ca9dce

Please sign in to comment.