Re: [galaxy-dev] API for job and workflow input metadata

2015-08-24 Thread Marco Ocana
Hi Eric, Thanks for the pointers. The info returned by these calls appear to cover my needs. Thanks again. Marco On Fri, Aug 21, 2015 at 1:59 PM, Eric Rasche wrote: > Hi Marco, > > You're looking for the tool build and show routes. > > Galaxy API: > > http://galaxy.readthedocs.org/en/master/a

Re: [galaxy-dev] API for job and workflow input metadata

2015-08-21 Thread Eric Rasche
Hi Marco, You're looking for the tool build and show routes. Galaxy API: http://galaxy.readthedocs.org/en/master/api_doc.html#galaxy.webapps.galaxy.api.tools.ToolsController.build http://galaxy.readthedocs.org/en/master/api_doc.html#galaxy.webapps.galaxy.api.tools.ToolsController.show BioBlend:

[galaxy-dev] API for job and workflow input metadata

2015-08-20 Thread Marco Ocana
Hi, I am working on writing some code that would allow for remotely executing jobs and workflows in Galaxy. Looking through the docs and examples that I have encountered, we are able to run specific tools if we know what are the inputs needed. Does the API (plain REST, bioblend, blend4j) allow for