Is it possible to add job requirements to (toolshed) tools?
For example, if a tool minimally requires >4gb of ram, ("java -Xmx4g") this will most of the time run fine on a non-cluster enabled galaxy instance. However, when using a cluster this might fail with "PBS: job killed: mem job total 4131052 kb exceeded limit 1048576 kb" due to the default job being specified for a low memory machine.
I understand a galaxy admin is able to add this to his job_conf.xml, and thus have absolute control, but when using the toolshed one might expect the tool just to work without fiddling with any xml configuration files.