-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objects: Wait on jobs instead of datasets #171
Comments
Would be good, but how can we get the job id from the run tool/workflow API calls? |
Running a tool returns a list of jobs corresponding to the execution, workflow execution returns a workflow invocation - once the invocation has reached a state of |
So this can be done only for Galaxy release_15.03 or later, correct? |
I'm not exactly sure, something in that time frame though yes. May be able to make 15.01 or 14.10 work also. |
In general it is better to wait on jobs instead of datasets when running tools and workflows - in case tools don't have any dataset outputs and to ensure all extra files have been captured at the end of the execution (I think Galaxy may mark the dataset as complete before extra files have been collected, jobs are marked as complete only at the very end).
The text was updated successfully, but these errors were encountered: