view testFiles/out.2.expected.html @ 1:cc6707a1e044 draft default tip

added fixes from Brad Langhorst; https://bitbucket.org/account/notifications/read/3443176/patch-for-proportional-venn-tool-in-galaxy; added tool_dependencies for Mako template untested
author Ido Tamir <ido.tamir@imp.ac.at>
date Mon, 24 Sep 2012 16:46:21 +0200
parents 8ea9b4e5a389
children
line wrap: on
line source


<html>
  <head>
     <title>Venn diagram </title>
  </head>
  <body>
     <h3></h3>
     <div>
        <img src="http://chart.apis.google.com/chart?cht=v&chd=t:56,44,0,33&chtt=&chs=300x300&chdl=As|Bs"/>
     </div>
     <div>
        <table>
           <tr><th>Segment</th><th>Size</th></tr>
           <tr><td>As</td><td>5</td></tr>
           <tr><td>Bs</td><td>4</td></tr>
           <tr><td>As \ Bs</td><td>2</td></tr>
           <tr><td>Bs \ As</td><td>1</td></tr>
           <tr><td>As &cap; Bs</td><td>3</td></tr>
        </table>
     </div>
  </body>
</html>