galaxyproject / blend4j

blend4j is a JVM partial reimplementation of the Python library bioblend for interacting with Galaxy, CloudMan, and BioCloudCentral.
Eclipse Public License 1.0
16 stars 22 forks source link

Feature/tool description development #27

Closed fbristow closed 9 years ago

fbristow commented 9 years ago

Implements basic tool-related access for Galaxy.

Tool collections can be accessed by ToolsClient#getTools(). This returns a ToolSection that corresponds to a collection of tools in Galaxy.

Individual tools can be accessed by ToolsClient#showTool(String).

jmchilton commented 9 years ago

Awesome, thanks!