Re: [galaxy-dev] how to stop extra html file inserted into download zip

2014-01-10 Thread Peter Cock
On Fri, Jan 10, 2014 at 3:45 AM, neil.burd...@csiro.au wrote: Hi, I have a tool that works well. However, when I download the results, the results are zipped up but included into the zip file is the *.html file (with the same name as the tool output) do you know how I can stop this from

Re: [galaxy-dev] how to stop extra html file inserted into download zip

2014-01-09 Thread Neil.Burdett
Sorry I should have provided more detail. After I have executed my tool, I write the html into the dataset_'id'.dat file listing all the output files which I store in extra_files_path (named as dataset_id_files in the database). Thus when I do a download I only want the files stored in

Re: [galaxy-dev] how to stop extra html file inserted into download zip

2014-01-09 Thread Neil.Burdett
For those following this thread. I, finally, managed to stop zipping up the html file by commenting out the try block (around line 260) in ~/lib/galaxy/datatypes/data.py Thanks Neil From: Burdett, Neil (CCI, Herston - RBWH) Sent: Friday, 10 January 2014 3:27 PM To: galaxy-dev@lists.bx.psu.edu