Skip to content

Commit c16f4de

Browse files
Added ORTHOFINDER to base.config
1 parent 8ba0608 commit c16f4de

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

conf/base.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,14 @@ process {
7070
}
7171

7272
withName:'FCSGX_RUNGX' {
73-
time = { 24.h * task.attempt }
73+
time = { 12.h * task.attempt }
7474
memory = { 512.GB * task.attempt }
7575
}
7676

7777

78+
withName:'ORTHOFINDER' {
79+
cpus = { 8 * task.attempt }
80+
}
81+
82+
7883
}

0 commit comments

Comments
 (0)