Skip to content

Commit

Permalink
updated dependency requirement on mathstats and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ksahlin committed May 2, 2016
1 parent 056ac3f commit 8357e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runBESST
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ other.add_argument("-max_contig_overlap", dest="max_contig_overlap", type=int, d
help="BESST checks for overlapping ends in contigs that are adjacent in a scaffold. This parameter sets the maximum identical overlap to search for, default is 200. ")


other.add_argument('--version', action='version', version='%(prog)s 2.2.3')
other.add_argument('--version', action='version', version='%(prog)s 2.2.4')



Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='BESST',
version='2.2.3',
version='2.2.4',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
classifiers=[
"Development Status :: 4 - Beta",
Expand All @@ -24,6 +24,6 @@
long_description=open(os.path.join(os.getcwdu(), 'README.md')).read(),
install_requires=['pysam>=0.7',
'networkx>=1.9',
'mathstats>=0.2.3',
'mathstats>=0.2.4',
'scipy>=0.9'],
)

0 comments on commit 8357e8b

Please sign in to comment.