Replies: 5 comments 5 replies
-
@biofilos which JBrowse version are you using? I just tested it on current main and it worked |
Beta Was this translation helpful? Give feedback.
-
I made a proposal to fix this in this PR #3738 Alternatively, you can also fix it "today" in your config by changing "assemblyName":"hg38" to "assemblyNames":["hg38"] |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, that helps for now. Just to clarify, When I see "TypeError: NetworkError when attempting to fetch resource", it is because the server of the track hub doesn't have allow CORS to my jbrowse locartion, or is there I can configure in my jbrowse instance to be able to display those tracks? |
Beta Was this translation helpful? Give feedback.
-
I see, More generally, is there any config I have to make to make publick track hubs work in general? Also, I would be happy to move this topic to another discussion if necessary |
Beta Was this translation helpful? Give feedback.
-
oh, good to know! cheers! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am implementing a genome browser for researchers at our uni, and I would like to use connections.
When I set up a connection to the browser with
I get the config
For now, I am working only with HG38. When I activate the connection in the browser, I get the error "Error: Cannot find assembly for "hg19" from the genomes file for connection "ALFA"".
However, if I go to "Add Connection" in the UI and add it with the same url to hub.txt, the connection works
As there are many track hubs that we want our users to have available, I want to set them up in advance. Is there a way to set them up with the cli so they are available whenever our users open the browser?
I saw this discussion. I guess that would work in a pinch, though I also wonder if there is a better way to set up the connection via the cli so they work when only one assembly is installed
Thank you
Beta Was this translation helpful? Give feedback.
All reactions