Mercurial > repos > vimalkumarvelayudhan > riboplot
diff data/ribocount.html @ 11:7571f5c89090
Simple error message now output to HTML. Detailed error goes to standard error.
Other changes:
* Remove information on time taken (riboplot).
* Remove striped table styles (not used. unusable on sorting).
* log before re-raising errors.
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 19 Aug 2015 10:14:52 +0100 |
parents | ca58e9466cbf |
children |
line wrap: on
line diff
--- a/data/ribocount.html Mon Aug 17 10:51:58 2015 +0100 +++ b/data/ribocount.html Wed Aug 19 10:14:52 2015 +0100 @@ -53,7 +53,6 @@ {table_content} </tbody> </table> - <p class="text-muted">Time taken for generating counts (H:MM:SS): {duration}</p> </div> </div> </div> @@ -61,4 +60,4 @@ <script type="text/javascript" src="js/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="js/custom.js"></script> </body> -</html> \ No newline at end of file +</html>