Skip to content

Commit

Permalink
fix help message and bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelram committed Nov 27, 2017
1 parent e6d8fd4 commit bda3f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hicexplorer/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is originally generated from Git information by running 'setup.py
# version'. Distribution tarballs contain a pre-generated copy of this file.

__version__ = '1.8'
__version__ = '1.8.1'
3 changes: 2 additions & 1 deletion hicexplorer/hicBuildMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ def parse_arguments(args=None):
parser.add_argument('--maxLibraryInsertSize',
help='The maximum library insert size defines different cut offs based on the maximum expected '
'library size. *This is not the average fragment size* but the higher end of the '
'the fragment size distribution (obtained using for example Fragment Analyzer) '
'which usually is between 800 to 1500 bp. If this value if not known use the default of '
'1000. The insert value is used to decide if a two mates belong to the same fragment (by '
'1000. The insert value is used to decide if two mates belong to the same fragment (by '
'checking if they are within this max insert size) and to decide if a mate is too far '
'away from the nearest restriction site.',
type=int,
Expand Down

0 comments on commit bda3f52

Please sign in to comment.