Skip to content

Commit 2f2aab1

Browse files
authored
Set the Java heap for fastqc. (#220)
1 parent 927fbc7 commit 2f2aab1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/files/galaxy/config/tpv_rules_local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ 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+
env:
75+
_JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
7476
toolshed.g2.bx.psu.edu/repos/iuc/falco/falco/.*:
7577
cores: 6
7678
mem: 28

0 commit comments

Comments
 (0)