Skip to content
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

highlight feature via API #39

Closed
nathandunn opened this issue Oct 13, 2014 · 4 comments
Closed

highlight feature via API #39

nathandunn opened this issue Oct 13, 2014 · 4 comments
Milestone

Comments

@nathandunn
Copy link
Contributor

By making an API call via JBrowse, we should be able to highlight a feature:

http://icebox.lbl.gov/WebApolloDemoStaging/jbrowse/?loc=Group1.1%3A1114135..1122637&tracks=DNA%2CAnnotations%2CForager%2CAmel_4.5_NCBI_EST.gff%2CNCBI%20RefSeq%20Noncoding%20RNA%2CAugustus%20Set%2012%2CCflo_OGSv3.3%2CAmel_4.5_brain_ovary.gff%2CGeneID%2CDmel_r5.42%2CAech_OGSv3.8%2CNvit_OGSv1.2&highlight=

  • adding: &select=true to indicate that the selected feature should be selected as shown below, mimicking a mouse click.

screen shot 2014-10-13 at 11 49 57 am

@nathandunn nathandunn added this to the December 2014 Release milestone Oct 13, 2014
@cmdcolin
Copy link
Collaborator

This is sort of related but the JBrowse "search" function does not work for the User-created annotations currently. That's because the search function is built for static data, whereas the annotations are dynamic. We could use the REST "Names" API for jbrowse to enable this dynamic search however

Then something like this could be envisioned

http://icebox.lbl.gov/WebApolloDemoStaging/jbrowse/?loc=MyFeature&select=true

@cmdcolin
Copy link
Collaborator

Info about names api (webapollo would implement the API, jbrowse would use it)

http://gmod.org/wiki/JBrowse_Configuration_Guide#JBrowse_REST_Names_API

@nathandunn nathandunn modified the milestones: 2.0 Release - Early 2015, 1.x release Nov 24, 2014
@nathandunn nathandunn modified the milestones: 2.0.1, 2.0 Apr 6, 2015
@nathandunn nathandunn assigned cmdcolin and unassigned cmdcolin Apr 6, 2015
@nathandunn
Copy link
Contributor Author

For after the 2.0.0 release (I think).

@nathandunn nathandunn modified the milestones: 2.0.2, 2.1 Aug 7, 2015
@nathandunn nathandunn modified the milestones: 2.0.2, 2.0.3 Sep 10, 2015
@nathandunn
Copy link
Contributor Author

Needed for other things, but not part of the development path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants