Open cademirch opened 1 year ago
Interestingly, the same code works on a Google Colab notebook, though it took a while to load the visualization (Chrome warned that the tab was unresponsive a couple times). So perhaps the issue is with Vscode, which is what I used above.
Apologies for the delay in my response. Thanks for the detailed issue. Gos should run inside VSCode, so this could be a bug (the file size also isn't too large).
Are you able to share the file? BED files are tab-delimited, and the sample text you posted is not.
@manzt thanks your response. Sorry the BED I pasted was not tab separated. The original file indeed is and I've attached it here. jw18_NC_002978.6_cov.bed.gz
Thanks for you help!
This is really perplexing and definitely a bug. I'm able to reproduce locally. Thanks for sharing the data! Hoping to push out a fix soon @sehilyi
Hi, I am trying to use gos to visualize a local bed file exactly like the OP in #120 and am also having trouble. I am working on a python notebook and the visualization is just a blank canvas.
My code:
Head of the bed file:
The bed file is only ~2 Mb (~100,000 lines) so I don't think file size is the issue here.
Screenshot for clarity on blank canvas:
Would appreciate any advice! Thank you.