Skip to content

Commit

Permalink
Added clickable sequence labels to the example HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCRMartin committed Sep 23, 2015
1 parent 3eb4c92 commit 74e0f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -82,6 +82,8 @@ <h1>JavaScript Sequence Alignment Viewer (JSAV)</h1>
MyOptions.colourScheme = "zappo";
MyOptions.selectColour = true;
MyOptions.callback = "enableTooltipster";
MyOptions.idSubmit = "http://www.bioinf.org.uk/cgi-bin/echo.pl?seq=";
MyOptions.idSubmitClean = true;

printJSAV('sequenceDisplay', MySeqs, MyOptions);
</script>
Expand Down
2 changes: 2 additions & 0 deletions index2.html
Expand Up @@ -114,6 +114,8 @@ <h1>JavaScript Sequence Alignment Viewer (JSAV)</h1>
MyOptions.colourScheme = "zappo";
MyOptions.selectColour = true;
MyOptions.callback = "enableTooltipster";
MyOptions.idSubmit = "http://www.bioinf.org.uk/cgi-bin/echo.pl?seq=";
MyOptions.idSubmitClean = true;

printJSAV('sequenceDisplay', MySeqs, MyOptions);
</script>
Expand Down

0 comments on commit 74e0f46

Please sign in to comment.