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/history download dataset #19

Closed apetkau closed 9 years ago

apetkau commented 10 years ago

Hello John,

I've added functionality to be able to download a dataset from Galaxy into your local filesystem. This is in the HistoriesClient.downloadDataset() method, which is similar in functionality to the bioblend download_dataset.

Let me know what you think,

Aaron

jmchilton commented 9 years ago

Crap - I hadn't visited blend4j in a while and I didn't see this. I am very sorry - please feel free to re-ping me or merge directly when I drop the ball like this.

Thanks for the contribution - it looks great!

apetkau commented 9 years ago

No problem. Thanks for taking the time to look at it.