Mercurial > repos > vimalkumarvelayudhan > riboplot
diff Makefile @ 7:096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Thu, 13 Aug 2015 15:03:20 +0100 (2015-08-13) |
parents | 8e1efafa6277 |
children |
line wrap: on
line diff
--- a/Makefile Wed Aug 12 16:28:43 2015 +0100 +++ b/Makefile Thu Aug 13 15:03:20 2015 +0100 @@ -55,7 +55,6 @@ sphinx-apidoc -o docs/ riboplot $(MAKE) -C docs clean $(MAKE) -C docs html - open docs/_build/html/index.html release: clean python setup.py sdist upload @@ -67,4 +66,4 @@ ls -l dist install: clean - python setup.py install \ No newline at end of file + python setup.py install