Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

'View in Jalview' link for an MSA view #64

Closed
foreveremain opened this issue Sep 16, 2014 · 4 comments
Closed

'View in Jalview' link for an MSA view #64

foreveremain opened this issue Sep 16, 2014 · 4 comments
Assignees
Milestone

Comments

@foreveremain
Copy link

It would be really useful to have a 'launch in Jalview' view for msa-viewer, that passed URLs to the jalview launch service that allowed someone to open the alignmment + annotation shown in an MSA view as a Jalview session:
Service URL: http://www.jalview.org/services/launchApp
Available servlet parameters (please URLEncode):
open=
jvm-max-heap=heap size in M or G
features maps to '-features'
treeFile maps to '-tree'
tree maps to '-tree'
annotations maps to '-annotations'
colour maps to '-colour'

@wilzbach wilzbach added this to the 0.3 milestone Sep 16, 2014
@wilzbach wilzbach self-assigned this Oct 29, 2014
wilzbach added a commit that referenced this issue Nov 19, 2014
@wilzbach
Copy link
Owner

The current solution just saves the input url and then sends it to Jalview.
@foreveremain do you still plan to build a POST API to receive the sequence (and more) data? This would be a more elegant solution.

colour maps to '-colour'

transferred.

features maps to '-features'
annotations maps to '-annotations'

depends on #63

treeFile maps to '-tree'
tree maps to '-tree'

depends on #3

@foreveremain
Copy link
Author

so is there a test build for this issue or should I look at snipe ?

@foreveremain
Copy link
Author

btw - you should check out www.jalview.org/builds/develop/examples/example_biojs.html

@wilzbach
Copy link
Owner

so is there a test build for this issue or should I look at snipe ?

You could try http://workmen.biojs.net/demo/biojs-vis-msa/fer1 (this is Jalview's default file).

Here is the relevant code piece.

btw - you should check out www.jalview.org/builds/develop/examples/example_biojs.html

Wow. So you parse the html page for the #seqData div.
(Is it intended that the Jalview version is still "Test"?).

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

No branches or pull requests

2 participants