[galaxy-dev] patch for workflow api

2013-01-30 Thread Richard Park
Hi Guys, I've just updated to the latest galaxy-central and notice a problem when trying to export workflows via the api. In galaxy-central/lib/webapps/galaxy/api/workflows.py, I just need to add in an extra tab in lines 88 and 89, the patch is below. PATCH using hg diff diff -r

Re: [galaxy-dev] patch for workflow api

2013-01-30 Thread Dannon Baker
Hey Richard, If you could, submit a pull request to galaxy-central through bitbucket. Even for changes this small, it really helps keep things organized and preserves the change history. Thanks! Dannon On Jan 30, 2013, at 2:54 PM, Richard Park rp...@bu.edu wrote: Hi Guys, I've just

Re: [galaxy-dev] patch for workflow api

2013-01-30 Thread Richard Park
Hi Dannon, Thanks for the help again, I just forked galaxy-central, committed the patch, and submitted the pull request. https://bitbucket.org/galaxy/galaxy-central/pull-request/114/fixed-error-when-retrieving-workflows-via/diff Let me know if you need anything else, thanks, Richard On Wed,

Re: [galaxy-dev] patch for workflow api

2013-01-30 Thread Dannon Baker
Perfect, thanks! I've merged the changes. -Dannon On Jan 30, 2013, at 3:55 PM, Richard Park rp...@bu.edu wrote: Hi Dannon, Thanks for the help again, I just forked galaxy-central, committed the patch, and submitted the pull request.