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 details #25

Closed apetkau closed 9 years ago

apetkau commented 9 years ago

Hey John,

A while ago @fbristow and I added some code for impelmenting ToolsClient.showTool() and ToolsClient.getTools() similar to the functionality of BioBlend http://bioblend.readthedocs.org/en/latest/api_docs/galaxy/all.html#module-bioblend.galaxy.tools. I think there was still some issues that needed to be addressed (it was mainly written for our specific purpose) but if it's useful feel free to merge it in and/or make suggestions. Looks like it could be useful for issue #24.

Aaron

apetkau commented 9 years ago

I'm closing this since we weren't really using this code and we're planning on simplifying it a bit. Similar functionality should be made available in another pull request.