tripal / tripal_galaxy

This module is for integration of Tripal and a remote Galaxy Instance.
https://tripal-galaxy.readthedocs.io/en/latest/
GNU General Public License v2.0
2 stars 4 forks source link

API to get submission ID #142

Closed NicHerndon closed 5 years ago

NicHerndon commented 5 years ago

In order to retrieve results from Galaxy, we need a submission (or submission ID to use with tripal_galaxy_get_submission and get the submission).

Is there an API call to get a submission or a list of submissions based on the user ID?

NicHerndon commented 5 years ago

Actually, this might be addressed by fixing issue #141. I'm assuming once that is fixed, there will be a link to view results, with the submission ID in it.

spficklin commented 5 years ago

I believe PR #144 fixes this. The PR is merged. Please comment if the problem persists.

There is now a new function: tripal_galaxy_get_user_submissions

spficklin commented 5 years ago

Thanks @shawnawsu for the fix!