Skip to content

Commit

Permalink
modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Mar 13, 2018
1 parent 75b3652 commit 0a7351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version():
packages = find_packages(exclude = ['tests', 'doc', 'docker']),
package_data={'sv_utils': ['data/*']},

install_requires = ["annot_utils>=0.2.0", "pysam>=0.9.0", "junc_utils>=0.4.0", "intron_retention_utils>=0.5.0", "chimera_utils>=0.5.0"],
install_requires = ["annot_utils>=0.2.1", "pysam>=0.9.0", "junc_utils>=0.4.1", "intron_retention_utils>=0.5.1", "chimera_utils>=0.5.1"],
entry_points = {'console_scripts': ['savnet = savnet:main']}

)
Expand Down

0 comments on commit 0a7351f

Please sign in to comment.