Skip to content

Commit 927fbc7

Browse files
authored
Updated to set cores and mem for falco (#219)
* Updated to set cores and mem for falco * Set mem a bit lower than 30 for falco
1 parent 6224ba5 commit 927fbc7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/files/galaxy/config/tpv_rules_local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ tools:
7171
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/.*:
7272
cores: min(max(int(input_size * 4), 1), 16)
7373
mem: min(max(int(input_size * 7), 5.6), 120)
74+
toolshed.g2.bx.psu.edu/repos/iuc/falco/falco/.*:
75+
cores: 6
76+
mem: 28
7477

7578
roles:
7679
training.*:

0 commit comments

Comments
 (0)