Files
galaxy/lib
John Chilton f83ff130f2 Implement dependency resolver for Homebrew "tapped" tool shed packages (highly beta).
Homebrew/Linuxbrew can be configured the same way the more vanilla Homebrew resolver works (added in 6b7782f).

When this resolver is active, if the tool has been installed via the Tool Shed and the dependencies also installed it will use the database information to determine the dependent packages - otherwise it will just try to find the tool_dependencies.xml file on disk and recover the dependencies from that.

This is for dependencies installed via Platform Brew (https://github.com/jmchilton/platform-brew) and converted from Tool Shed repositories usiing the shed2tap WIP code (e.g. https://github.com/jmchilton/homebrew-toolshed).
2015-01-07 16:33:11 -05:00
..