We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement an API for “what has been done with this dataset”. This is tracked but not exposed currently.
suggested by @bgruening here: https://github.com/usegalaxy-eu/issues/issues/265. It would need to be implemented in the API first, similar to the provenance API (https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/webapps/galaxy/api/provenance.py) but using item.dependent_jobs instead of item.creating_job.
item.dependent_jobs
item.creating_job
The text was updated successfully, but these errors were encountered:
No branches or pull requests
suggested by @bgruening here: https://github.com/usegalaxy-eu/issues/issues/265. It would need to be implemented in the API first, similar to the provenance API (https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/webapps/galaxy/api/provenance.py) but using
item.dependent_jobs
instead ofitem.creating_job
.The text was updated successfully, but these errors were encountered: