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 6b31a76 commit 6224ba5Copy full SHA for 6224ba5
1 file changed
ansible/files/galaxy/config/tpv_rules_local.yml
@@ -68,6 +68,9 @@ tools:
68
fail: Unauthorized. Only admins can execute this tool.
69
toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/.*:
70
mem: 200
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
75
roles:
76
training.*:
0 commit comments