-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exon-Intron Structure Display #1909
Comments
Do you happen to have a sample snippet or screenshot of what is seen? One issue might be that the default that AUGUSTUS outputs may be more like GTF instead of GFF3 This thread has some notes about how you can either convert the "GFF" that it outputs by default, which is probably more like GTF, into a GFF3 https://github.com/jorvis/biocode/blob/master/gff/convert_augustus_to_gff3.py or possibly the program takes a --gff3 flag too |
When I run the linked script I get this Exception:
As the exon/intron information appears to be in the file already, is it really necessary for me to run other tools to add mRNA information and reconvert for JBrowse2? |
Which part of the current rendering is unexpected? Currently the exons are drawn using directional arrows in orange. We had talked about possibly making them more simple boxes, and we might also do a refactor on how genes are drawn in #674 so definitely open to how genes look |
Was anything decided about potential fixes for this issue? |
@cmdcolin I think you probably meant for that to be a shareable link. |
So as to not leave anyone in the dark about my work on this last year, the design we eventually landed on in my lab was this:
This solution is very similar to what @cmdcolin suggested above, and only required minor modifications to SvgFeatureRenderer |
The exon-intron structure display was changed to be square in 1.6.9 with the default svg renderer, canvas may follow later on Strand display will be improved sometime soon hopefully also, either with arrows like in your screenshot @jjrozewicki or with floating arrows |
Thanks so much again for the feedback and really appreciate your contributions :) |
I have a question about visualization of gene data in the current version of JBrowse2. Depending on whether or not this is currently implemented, this might be a request for a new feature -or- a request for documentation about an existing feature.
It appears right now that JBrowse2 displays some information about genes using lines and arrowheads. However, it seems like the exon-intron structure (specifically, length of exons) is not currently displayed for our data from AUGUSTUS.
Has this feature been implemented in JBrowse2? If so, what fields are necessary in the GFF3 file for gene data to make the exon-intron structure visible?
The text was updated successfully, but these errors were encountered: