Entering edit mode
5.5 years ago
Hwaterma
•
0
I am trying to look at my gene model on JBrowse and keep getting "an error was encountered when displaying this track. Diagnostic message: [object ProgressEvent]". I can't seem to find what it mean anywhere. Can someone please help?
Can you try converting the GFF3 into a json track and see what would happen? That may give you more information if anything goes wrong. Also, it is usually useful to run a GFF3 check using gff_validator, even though your GFF3 seems to be fine.
http://genometools.org/cgi-bin/gff3validator.cgi
I am presuming you mean convert to json using bin/flatfile-to-json.pl --gff yourfile.gff --trackLabel. Just wanted to clarify that in case it was unclear for Hwaterma
Thanks for clarifying that for me!
Hi Hwaterma, I'm a JBrowse dev. It is hard to debug this without more info. If you can share any more data or info about your setup let me know
Here is the top of my GFF file:
How is this track opened? Did you use the Track->Open track inside JBrowse or loaded via command line? Also the formatting on this gff is messed up by posting so it's hard to tell if it's formatted right, but a cursory look appears to not have anything wrong
I am on the online JBrowse and I click on Track. That opens a pull down menu. Then I click on open track file or URL. The it make a track for me but says the error instead of my info.
What browser are you using? I do not get any error doing this in a local instance