comparison .hgignore @ 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 8e1efafa6277
children
comparison
equal deleted inserted replaced
10:8964641b04ef 11:7571f5c89090
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.swp 3 *.swp
4 .git* 4 .git*
5 .ropeproject
6 .coverage
7 build
8 dist
9 docs/_build
10 htmlcov
5 tests/data/*.bam* 11 tests/data/*.bam*
6 tests/data/*.fna* 12 tests/data/*.fna*
13 riboplot/riboplot_multi.py