merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
439 stars 145 forks source link

anvi'server does not send large files for download #347

Closed meren closed 7 years ago

meren commented 8 years ago

For projects with large view data files, the download links for the whole project and view data (downloadProjectZIP() and saveAs(pdata.files.data, 'data.txt')) are not working.

I tested with a smaller dataset, and they worked :)

gkmngrgn commented 8 years ago

@meren can you share with me a sample data for repeating the same problem in my local server?

meren commented 8 years ago

Sure! I will send you a private e-mail!

paczian commented 8 years ago

Could you shoot me that data too? The client might get overwhelmed. Solid solution would be to store the full data as zip on the server (which would imply updating the zip file every time new data is uploaded) and sending that zip.

I was assuming all small files, if they get larger, there should be distinct server requests to get each file.

Cheers Tobi

On 12 Apr 2016, at 18:08, A. Murat Eren notifications@github.com wrote:

Sure! I will send you a private e-mail!

— You are receiving this because you were assigned. Reply to this email directly or view it on GitHub https://github.com/meren/anvio/issues/347#issuecomment-209143552

meren commented 8 years ago

I was also questioning the ways we transfer data in a similar manner. See #348.

meren commented 7 years ago

this is too old.