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@11678 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TemiVarghese authored and TemiVarghese committed May 11, 2011
1 parent 6d88ebb commit f440212
Show file tree
Hide file tree
Showing 12 changed files with 340 additions and 15 deletions.
7 changes: 4 additions & 3 deletions data/System/PhyloNexusViewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
* Set ATOPIC=%URLPARAM{"qTopic" default="%topic%"}%
* Set AATTACH=%URLPARAM{"qAttachment" default="%attachment%"}%
-->
<div id="phylowidget" style="float:left;">
<span style="clear:both;">
<div id="phylowidget" style="float:left;margin-right:5px;">
%PHYLOWIDGET{width="420" height="495" useBranchLengths="true"}%
</div>

<div id="treeList" style="float: right; width: 425px; height: 500px; border: 2px solid black; padding: 3px; overflow: scroll;">
<div id="treeList" style="width: 420px; height: 495px; border: 2px solid black; padding: 3px; overflow: auto;">
%NEXUSTREES{"%URLPARAM{"qWeb" default="%web%"}%/%URLPARAM{"qTopic" default="%topic%"}%" attachment="%URLPARAM{"qAttachment" default="%attachment%"}%" header="<h3>Tree List</h3>$n" format = " * <a href=\"javascript:PhyloWidget.changeSetting('tree','%SCRIPTURL{"rest"}%/PhyloWidgetPlugin/getNHX?web=%URLPARAM{"qWeb" default="%web%"}%;topic=%URLPARAM{"qWeb" default="%web%"}%.%URLPARAM{"qTopic" default="%topic%"}%;attachment=%URLPARAM{"qAttachment" default="%attachment%"}%;tree=$treeid');\" onclick=\"select(this)\">$treeName</a>" separator="$n"}%
</div>

</span>
%ADDTOZONE{
"script"
text="<script type='text/javascript'>
Expand Down
8 changes: 7 additions & 1 deletion data/System/VarPHYLOWIDGET.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
height="495"
width="420"}%</verbatim>
* Result (if installed):
<div id="phylo">
%PHYLOWIDGET{"%SYSTEMWEB%.PhyloWidgetExample"
height="495"
width="420"
useBranchLengths="true"
}%
</div>
See also: [[PhyloWidgetPlugin]], [[VarNEXUSTREES][NEXUSTREES]]
<!--%JQREQUIRE{"chili"}%-->
%META:FIELD{name="count" title="number of requests" value="73"}%
%META:PREFERENCE{name="PERM_ID_HUMAN" title="PERM_ID_HUMAN" type="Local" value="System_VarPHYLOWIDGET"}%
%META:PREFERENCE{name="PERM_ID_MD5" title="PERM_ID_MD5" type="Local" value="40f683a9ba2e3ac69c11958c2d8d92f8"}%
%META:SLPROPERTIES{num="0" value=""}%

Loading

0 comments on commit f440212

Please sign in to comment.