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

Adding code for running workflows with dataset collections #16

Closed apetkau closed 10 years ago

apetkau commented 10 years ago

I've added some code that was needed for running a workflow using dataset collections as input (mainly adding hdca as a valid workflow input type).

I've also added two more tests to verify that a workflow with dataset collections can be properly run from the API.

Please let me know if you have any comments.

jmchilton commented 10 years ago

Fantastic, thanks so much!