Skip to content

Commit

Permalink
updated help in tadbit bin
Browse files Browse the repository at this point in the history
  • Loading branch information
fransua committed Jul 18, 2018
1 parent dcd37af commit 2a025d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

+-------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------+
| | .. image:: https://travis-ci.org/3DGenomes/TADbit.png?branch=master | .. image:: https://coveralls.io/repos/github/3DGenomes/TADbit/badge.svg?branch=master | .. image:: https://img.shields.io/badge/license-GPL-green.svg |
| Current version: v0.2.0.471 | :target: https://travis-ci.org/3DGenomes/TADbit | :target: https://coveralls.io/github/3DGenomes/TADbit?branch=master | |
| Current version: v0.2.0.472 | :target: https://travis-ci.org/3DGenomes/TADbit | :target: https://coveralls.io/github/3DGenomes/TADbit?branch=master | |
| | | | |
+-------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion _pytadbit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.2.0.471"
__version__ = "v0.2.0.472"
2 changes: 1 addition & 1 deletion _pytadbit/tools/tadbit_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def populate_args(parser):
pltopt.add_argument('--zrange', dest='zrange', action='store',
default=None,
help='''Range, in log2 scale of the color scale.
i.e.: --zrange 2,-2''')
i.e.: --zrange=-2,2''')

outopt.add_argument('-c', '--coord', dest='coord1', metavar='',
default=None, help='''Coordinate of the region to
Expand Down

0 comments on commit 2a025d5

Please sign in to comment.