Skip to content

Commit

Permalink
Item10044: * clade selection,
Browse files Browse the repository at this point in the history
               * converstion to nexml,
               * sending info as newick string in a post
               * saving as list or newick
               * display newick in phylo etc...

git-svn-id: http://svn.foswiki.org/trunk/PhyloWidgetPlugin@11680 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TemiVarghese authored and TemiVarghese committed May 11, 2011
1 parent c94419f commit 4074148
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pub/System/PhyloWidgetPlugin/phylotest.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<head>
<script src='http://peperomia-bp/temi/pub/System/PhyloWidgetPlugin/scripts/phylowidget.js'></script>
<script src='http://localhost/temi/pub/System/PhyloWidgetPlugin/scripts/phylowidget.js'></script>
<script>
PhyloWidget.codebase = 'http://peperomia-bp/temi/pub/System/PhyloWidgetPlugin/lib/';
PhyloWidget.codebase = 'http://localhost/pub/System/PhyloWidgetPlugin/lib/';
var params = {
width:500,
height:700,
tree:'http://testwiki.trin.org.au/Sandbox/MangrovesTree?skin=text&raw=on'
tree:'http://localhost/Sandbox/MangrovesTree?skin=text&raw=on'
};
//tree:'file:///home/var03f/mangroves.txt'
function doAlert(str){
Expand All @@ -22,7 +22,8 @@
//http://testwiki.trin.org.au/Sandbox/MangrovesTree?skin=text
PhyloWidget.loadWidget('my_div',params);
PhyloWidget.loadWidget('div',params);
//PhyloWidget.changeSetting('tree','http://git.trin.org.au/phylowidget/phylowidget/mangroves.txt');
//PhyloWidget.changeSetting('
ree','http://git.trin.org.au/phylowidget/phylowidget/mangroves.txt');
</script>
</body>

Expand Down

0 comments on commit 4074148

Please sign in to comment.