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

HistoriesClient#downloadDataset mangles HTML file contents #38

Open peterk87 opened 6 years ago

peterk87 commented 6 years ago

Downloading an HTML Galaxy output file (in my case, a QUAST HTML output report) with HistoriesClient#downloadDataset results in a binary file with mangled contents, while downloading from galaxyUrl + downloadUrl of the DataSet object corresponding to the HTML file in Galaxy conserves the file format (tested with Clojure's slurp method).