Replies: 3 comments
-
|
This is actually a good use case. It seems obvious but I did not have the ability to read a uniprot ID from the GFF file, I will add this and let you know |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added this feature in jbrowse-plugin-protein3d v0.0.15 PR here GMOD/jbrowse-plugin-protein3d#22 It tries to pick up the uniprot= on the gene feature and use it in the "Launch protein view" dialog |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This works great, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Maybe the plugin is still too much work in progress for this but, I am interested in using the jbrowse-plugin-protein3d plugin for our Streptococcus pneumoniae genome browser (https://pneumobrowse2.veeninglab.com/). However, I can't seem to get the plugin to recognize the uniprot IDs that I already have in my gff file
From what I can see in the code of the plugin, it looks for "uniprot" in the gene' info, but even if I have that exact name as a field in my gene info, it doesn't seem to pick it up. For example, the information of a gene in the gff looks like this
Could you give me some pointers on how to adapt my annotation fields in my gff files to get this plugin to pick up on the uniprot code to use?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions