Closed meren closed 7 years ago
@meren can you share with me a sample data for repeating the same problem in my local server?
Sure! I will send you a private e-mail!
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
I was also questioning the ways we transfer data in a similar manner. See #348.
this is too old.
For projects with large view data files, the download links for the whole project and view data (
downloadProjectZIP()
andsaveAs(pdata.files.data, 'data.txt')
) are not working.I tested with a smaller dataset, and they worked :)