Replies: 1 comment 6 replies
-
We will probably want to clarify the docs for this. I believe you can use the filename that you passed to --file as the trackId e.g. If you use --file volvox.sort.gff3.gz Then make the trackId on this track volvox.sort.gff3.gz |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a jbrowse 2 session where my config contains a GFF track. This track was indexed standalone using "jbrowse text-search --file xxxx.gff". When I type into the search box i get the expected typeahead. When I pick a feature and the dialog pops up, i get:
The results are valid, but is there a reason track is "N/A"? I'm guessing maybe this has something to do with aggregate indexes (which need to be aware of track), and per-track indexes? The code must "know" the track for these results though?
Beta Was this translation helpful? Give feedback.
All reactions