Skip to content

Commit

Permalink
bump varcode version and remove pysam dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Oct 1, 2015
1 parent 26ddda3 commit 8a5b0e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
setup(
name='varcode',
packages=find_packages(),
version="0.3.19",
version="0.4.0",
description="Variant annotation in Python",
long_description=readme,
url="https://github.com/hammerlab/varcode",
Expand All @@ -62,6 +62,5 @@
'biopython>=1.64',
'pyvcf>=0.6.7',
'memoized_property>=1.0.2',
'pysam>=0.8.3',
],
)

0 comments on commit 8a5b0e3

Please sign in to comment.