hitz / RegulomeDB

Website for the Regulome Database
http://regulome.stanford.edu
9 stars 4 forks source link

handle large input #17

Open hitz opened 13 years ago

hitz commented 13 years ago

Need to add intermediate "processing page" for queries of more than a few seconds (5-10K SNPs?) - Need to tie output file to down loads and AJAX processing of targe dataTables (defer JSON rendering, etc). Need to tie output file to session id , create link.

hitz commented 12 years ago

This is now working for files up to 100K snps on http://regulome.stanford.edu:3000 (dev server) - can only be accessed inside the IRT firewall. There are still some issues with genome sized files - test fails due to timeout on upload of 5Gb file.

Code is in the longtest branch. Will merge it next week.

hitz commented 12 years ago

this has been merged to master. It does work for genome-sized files with the hypnotoad server and in unittests by setting connection timeout to infinite (0).

It is available at http://regulome.stanford.edu:8080 - will be in the beta release

hitz commented 12 years ago

This needs to be reactivated and tested once Alan's production code is merged back.