Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
updata setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afust committed Mar 18, 2019
1 parent 1dec7d4 commit f2a1bdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='uropa',
version='2.0.4',
version='3.0.0',
description='UROPA is a command line based tool, intended for genomic region annotation',
long_description=readme(),
url='https://github.molgen.mpg.de/loosolab/UROPA',
Expand All @@ -16,10 +16,11 @@ def readme():
entry_points = {
'console_scripts': ['uropa = uropa.uropa:main']
},
scripts = ['utils/uropa_summary.R', 'utils/uropa_reformat_output.R', 'utils/uropa2gtf.R'],
scripts = ['utils/uropa_summary.R','utils/uropa2gtf.R'],
install_requires=[
'numpy',
'pysam'
'pysam',
'pandas'
],
classifiers = [
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit f2a1bdc

Please sign in to comment.