Skip to content

Commit

Permalink
updated setup.py to add hicexplorer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelram committed Oct 26, 2017
1 parent 0f9865e commit 5238f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def run(self):
description='Simple web browser to visualize Hi-C and other genomic data.',
long_description=open('README.md').read(),
install_requires=[
"Flask==0.10.1",
"hicbrowser",
"flask",
"hicexplorer",
"bx-python"
],
cmdclass={'sdist': sdist}
Expand Down

0 comments on commit 5238f64

Please sign in to comment.