maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
104 stars 40 forks source link

expression coloring slow ... hosting advice? #198

Closed Gibbsdavidl closed 3 years ago

Gibbsdavidl commented 3 years ago

Hi there,

In a larger data set of about 91K cells, it takes about a minute to color the cells after selecting a gene (say 'IL6'). I'm using google firebase to host it and I'm using the dev version.

I notice that in https://cells.ucsc.edu/, with the Autism data set, the coloring is way way faster.

Any advice? How is that done?

Thanks! -dave

maximilianh commented 3 years ago

Hmm. Can you share the dataset URL or the dataset input files ? (Not the html output files). I can debug it and see what the problem is. I suspect it’s fire base related and it’s unable to do byte range requests.

On Tue 8 Dec 2020 at 20:32, David L Gibbs notifications@github.com wrote:

Hi there,

In a larger data set of about 91K cells, it takes about a minute to color the cells after selecting a gene (say 'IL6'). I'm using google firebase to host it and I'm using the dev version.

I notice that in https://cells.ucsc.edu/, with the Autism data set, the coloring is way way faster.

Any advice? How is that done?

Thanks! -dave

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/issues/198, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACL4TN7UZFJCPBMIDOHVUDSTZ5MVANCNFSM4USNVKFA .

Gibbsdavidl commented 3 years ago

Yep. It's a firebase problem. I just tried hosting it right out of a google bucket.. and it's a million times faster.

Here's the instructions for future people: https://cloud.google.com/storage/docs/hosting-static-website

maximilianh commented 3 years ago

We can host the dataset for you at UCSC, for free. If you’re interested in that. Thanks for the URL!

On Tue 8 Dec 2020 at 21:29, David L Gibbs notifications@github.com wrote:

Yep. It's a firebase problem. I just tried hosting it right out of a google bucket.. and it's a million times faster.

Here's the instructions for future people: https://cloud.google.com/storage/docs/hosting-static-website

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/issues/198#issuecomment-740981786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACL4TLJHARWO4JWGWEOSZDST2EBDANCNFSM4USNVKFA .