-
Hi, I am able to search my gff file using the jbrowse2 online version by following the steps online (bgzip, tabix & text-index) but this is not working for me with the desktop version. I can see that this works if I download reference datasets so feel like I'm missing something. Is there a way to load the .ix or .ixx files into jbrowse2 desktop - or can I create a Jbrowse1TextSearchAdapter-associated index? At the moment I am loading gff and gff.csi in as Gff3TabixAdapter and under the textSearchAdapter settings it has chosen Jbrowse1TextSearchAdapter, with no file chosen. If I try to change this to trixTextSearchAdapter the drop-down menu closes and doesn't change the selection. Any help would be much appreciated, Tom |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi again, A small follow-up to say that the search function seems to be working pretty well within jbrowse1 desktop version. Here I searched for "XRN1" and show the auto-complete: Doing the same thing within jbrowse2 doesn't auto-complete. I'd like to be able to view the gff and HiC data with searching possible, so some way to combine all of this would be amazing. Tom |
Beta Was this translation helpful? Give feedback.
-
@teresam856 is working on text indexing for jbrowse desktop at the moment if you want to try to use something in the interim, you can use the techniques of indexing for the web on desktop, you find the path of your config.json file of interest (listed in table on the start screen for example) and run
this will create a text index for that config |
Beta Was this translation helpful? Give feedback.
@teresam856 is working on text indexing for jbrowse desktop at the moment
if you want to try to use something in the interim, you can use the techniques of indexing for the web on desktop, you find the path of your config.json file of interest (listed in table on the start screen for example) and run
jbrowse text-index --out /path/to/specific/config.json
this will create a text index for that config