Mercurial > repos > vimalkumarvelayudhan > riboplot
view data/riboplot.html @ 3:8e1efafa6277
Updated version
* Bugfix: blue lines in some plots (bar colors were not set correctly)
* Cookiecutter template
* Additional unit tests
* Add plot legend
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 12 Aug 2015 09:27:45 +0100 |
parents | b6fd86c539ea |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <title>Ribo-Seq profile plot</title> <meta name="description" content=""> <meta name="author" content=""> <!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– --> <!--<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600"--> <!--rel="stylesheet" type="text/css">--> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/skeleton.css"> <link rel="stylesheet" href="css/custom.css"> <!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="icon" type="image/png" href="images/favicon.png"> </head> <body> <!-- Primary Page Layout –––––––––––––––––––––––––––––––––––––––––––––––––– --> <div class="container"> <div class="row"> <div id="main" class="twelve columns"> <center> <h3>Ribo-Seq profile plot</h3> <p> <img width="100%" class="u-max-full-width" src="riboplot.png"/><br> <p> <h5>Download plots<br> <a href="riboplot.png">PNG</a>, <a href="riboplot.svg">SVG</a> </h5> <h5>Download counts<br> <a href="RiboCounts.csv">RiboCounts.csv</a> </h5> <p> <small> (Right click --> Save link/target as...) </small> </p> </center> </div> </div> </div> </body> </html>