We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6224ba5 commit 927fbc7Copy full SHA for 927fbc7
1 file changed
ansible/files/galaxy/config/tpv_rules_local.yml
@@ -71,6 +71,9 @@ tools:
71
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/.*:
72
cores: min(max(int(input_size * 4), 1), 16)
73
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
77
78
roles:
79
training.*:
0 commit comments