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 9177403 commit a0343f2Copy full SHA for a0343f2
1 file changed
ansible/files/galaxy/config/tpv_rules_local.yml
@@ -72,6 +72,10 @@ tools:
72
cores: min(max(int(input_size * 4), 1), 16)
73
mem: min(max(int(input_size * 7), 5.6), 120)
74
75
+ toolshed.g2.bx.psu.edu/repos/bgruening/sylph_profile/sylph_profile/.*:
76
+ cores: 4
77
+ mem: 16
78
+
79
roles:
80
training.*:
81
scheduling:
0 commit comments