Skip to content

Commit

Permalink
Merge pull request #2 from mskcc/rhshah-patch-1
Browse files Browse the repository at this point in the history
Rhshah patch 1
  • Loading branch information
rhshah authored May 3, 2017
2 parents 730f075 + 7e5ea13 commit 36b19f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@

setup(
name='basicfiltering',
version='0.1.4',
version='0.1.6',
description='Package for filtering multiple variant calling tools',
long_description=readme,
author='Ronak Shah',
author_email='rons.shah@gmail.com',
url='https://github.com/rhshah/basicfiltering',
license=license,
install_requires=['nose==1.3.7', 'pyvcf==0.6.7', 'pandas==0.16.2', 'coloredlogs==5.2','codecov==2.0.5', 'coverage==4.3.4'],
packages=find_packages(exclude=('tests', 'docs'))
)
)

0 comments on commit 36b19f8

Please sign in to comment.