We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca78c16 commit 6e7e7c7Copy full SHA for 6e7e7c7
templates/galaxy/config/tpv_rules_meta.yml.j2
@@ -65,6 +65,17 @@ tools:
65
toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_annotatebed/.*:
66
context:
67
walltime: 48
68
+ toolshed.g2.bx.psu.edu/repos/nml/metaspades/metaspades/.*:
69
+ rules:
70
+ - id: tpvdb_metaspades_medium_input_rule
71
+ if: 1 <= input_size < 60
72
+ context:
73
+ walltime: 96
74
+ scratch: 100
75
+ queue: elixircz
76
+ scheduling:
77
+ require:
78
+ - highmem
79
toolshed.g2.bx.psu.edu/repos/iuc/megahit/megahit/.*:
80
cores: 16
81
mem: 256
0 commit comments