Show tracks from hub connection set in the config file #2755
Unanswered
garethgillard
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Currently the "connections" are sort of hidden behind the "plug" icon in the track selector. You can turn on and turn off connections with this interactively. This might not be the best user experience though, we definitely would consider suggestions to improve |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added a hub connection to the jbrowse2-web config with the CLI like so:
jbrowse add-connection HUB_URL --assemblyName ASSEMBLY --name NAME --type UCSCTrackHubConnection
This hub I can manually connect to with the 'add connection' button through the web interface and then see all the available tracks. However I don't see the tracks available after adding the connection to the config.json through the CLI.
Can the tracks from a hub connection in the config file be shown under available tracks, and if so how is this setup?
Beta Was this translation helpful? Give feedback.
All reactions