-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
empty track #148
Comments
Hi there, this looks like a CORS configuration issue on your s3 bucket. You need to enable CORS to allow the web-browser to make requests to s3, and ensure the bucket is public. |
Thanks it works. |
Hi, the local data capabilities only work while there is a Python session running (i.e., in an active Jupyter notebook). You can't export to standalone HTML, because the web-server on localhost is no longer running. Perhaps we should make this note larger, but it's at the very bottom of the local data docs. May I ask what your goal is with the generated HTML? Is it to view locally, or would you like to publish a website for others? You can certainly host your own data locally, but this requires setting up your own web server. Alternatively, I have been considering a simple CLI to run a Python script and view the outputs in a web brwoser (without needing to start Jupyter, etc). |
I want to publish a website for others, how can I create the web server? use the http.server to create data http links, and then use the streamlit_gosling to create the website? |
Hi! I'm running this simple script to visualise bigwig file:
if instead of your url I saved the file on my Amazon aws and run the same script using this url:
https://enrmil.s3.eu-north-1.amazonaws.com/ExcitatoryNeurons-insertions_bin100_RIPnorm.bw
I obtain an empty track. This is also happening if I use a localhost.
The text was updated successfully, but these errors were encountered: