Re: [galaxy-dev] Galaxy API question: workflow_execute

2011-09-06 Thread Nate Coraor
Dannon Baker wrote: > The 'step' in question is the actual workflow step id, since ordering of > steps in a workflow is flexible and might be changed without realizing it by > moving steps around in the editor. The easiest way to retrieve this > identifier is to use the API and view the workflo

Re: [galaxy-dev] Galaxy API question: workflow_execute

2011-09-06 Thread Dannon Baker
The 'step' in question is the actual workflow step id, since ordering of steps in a workflow is flexible and might be changed without realizing it by moving steps around in the editor. The easiest way to retrieve this identifier is to use the API and view the workflow in question. Here's an ex

[galaxy-dev] Galaxy API question: workflow_execute

2011-09-06 Thread Roxanne Tapia
I was trying to use the workflow_execute.py And I can't understand the last argument: usage: workflow_execute.py key url workflow_id history step=src=dataset_id So in step=src=dataset_id step: I think equals the next step #in the history? src: ??? dataset_id: This has to be the dataset id