[galaxy-dev] GA file format documentation

2013-10-07 Thread Philip Mabon
Is there any documentation on how exported workflow with '.ga' extension are structured? We are looking for the ability to create our workflows without using the workflow editor thru the web portal. Thanks Takadonet ___ Please keep all

Re: [galaxy-dev] GA file format documentation

2013-10-07 Thread Dannon Baker
Nothing formal. The .ga extension is simply the workflow dictionary exported as .json, if that helps -- there's no extra magic to the format. You may want to look at the workflow API, some users have had success integrating workflows created on the fly using it. -Dannon On Mon, Oct 7, 2013 at

Re: [galaxy-dev] GA file format documentation

2013-10-07 Thread Philip Mabon
API allows for importing and exporting of workflows but nothing for creating a new workflow. I will dig and see if anyone has published or presented on their internal libraries that create workflows on the fly. Thanks Takadonet On Mon, Oct 7, 2013 at 11:18 AM, Dannon Baker

Re: [galaxy-dev] GA file format documentation

2013-10-07 Thread Dannon Baker
Right, so you'd assemble the json clientside and use /api/workflows/upload to create it. See the import_new_workflow method for more details On Mon, Oct 7, 2013 at 12:31 PM, Philip Mabon philipma...@gmail.com wrote: API allows for importing and exporting of workflows but nothing for creating