Open a view at a searchable feature's location in a plugin? #5015
Unanswered
john-portwood
asked this question in
Q&A
Replies: 1 comment 2 replies
-
currently no, regardless of text search adapter type. it could be a feature we could consider though |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Quick question here -- is it possible to specify a searchable feature instead of a region in the 'loc' parameter when opening a new view? I have this button here that attempts to do so:
However I get this error:
The feature
pg_1681152
is searchable and can be queried when it's passed as a URL param:http://jbrowse2.maizegdb.org/?config=config.json&loc=pg_1681152&assembly=Zm-B97-REFERENCE-NAM-1.0&tracks=B97_pangenome_markers
I'm currently using the
JBrowse1TextSearchAdapter
though. Could that be an issue?Beta Was this translation helpful? Give feedback.
All reactions