Ah, I should have added that this is for a strictly in-house Galaxy implementation with absolutely no intention of publishing these specific tools (just these ones! I promise I'll publish other tools in the future :) On Tue, Apr 5, 2011 at 12:38 PM, Peter Cock <p.j.a.cock@googlemail.com>wrote:
On Tue, Apr 5, 2011 at 5:27 PM, andrew stewart <andrew.c.stewart@gmail.com> wrote:
I'm aware of how to configure Galaxy to use SGE in universe_wsgi.ini, however what I want to do is a little different. Because I only want certain processes to be submitted to the queue, I'd rather control this at the tool configuration level (the xml wrapper).
Hi Andrew,
That seems like a bad idea for portable XML wrappers - having local configuration information hard coded within a tool wrapper would prevent the tool (and any workflow using it) from being shared with another Galaxy server.
Peter