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 927fbc7 commit 2f2aab1Copy full SHA for 2f2aab1
1 file changed
ansible/files/galaxy/config/tpv_rules_local.yml
@@ -71,6 +71,8 @@ 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
+ env:
75
+ _JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
76
toolshed.g2.bx.psu.edu/repos/iuc/falco/falco/.*:
77
cores: 6
78
mem: 28
0 commit comments