galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

wait_for_install is too strict #153

Closed mvdbeek closed 4 years ago

mvdbeek commented 4 years ago

Galaxy automatically picks the newest installable revision, so we can't simply wait for the requested revision to appear. We could instead pick up the revision on the repo that is in installing mode. Could be a problem is simultaneously installing multiple repos, but that is problematic in so many more ways that I think this wouldn't be a bad implementation.

https://github.com/galaxyproject/ephemeris/blob/master/src/ephemeris/shed_tools.py#L433 xref https://github.com/galaxyproject/usegalaxy-tools/pull/109