We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51503cf + d6b3a23 commit 6cec1c3Copy full SHA for 6cec1c3
.github/workflows/requirements.txt
@@ -1,3 +1,4 @@
1
total-perspective-vortex
2
pyyaml
3
galaxy-app
4
+pydantic<2.12
tools.yml
@@ -1250,6 +1250,13 @@ tools:
1250
mem: 24
1251
toolshed.g2.bx.psu.edu/repos/iuc/cat_bins/cat_bins/.*:
1252
1253
+ rules:
1254
+ - id: tpvdb_cat_bins_medium_input_rule
1255
+ if: input_size >= 0.03
1256
+ mem: 48
1257
+ - id: tpvdb_cat_bins_large_input_rule
1258
+ if: input_size >= 0.06
1259
+ mem: 72
1260
toolshed.g2.bx.psu.edu/repos/iuc/cat_contigs/cat_contigs/.*:
1261
1262
toolshed.g2.bx.psu.edu/repos/iuc/checkm2/checkm2/.*:
0 commit comments