Skip to content

Commit 1770aea

Browse files
authored
Remove falco rule and fastqc java option (as they are now by default) (#225)
1 parent bf652b2 commit 1770aea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ansible/files/galaxy/config/tpv_rules_local.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ 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
76-
toolshed.g2.bx.psu.edu/repos/iuc/falco/falco/.*:
77-
cores: 6
78-
mem: 28
7974

8075
roles:
8176
training.*:

0 commit comments

Comments
 (0)