Skip to content

Commit

Permalink
Merge pull request #158 from boegel/PyVCF_dep
Browse files Browse the repository at this point in the history
specify PyVCF as required dependency
  • Loading branch information
adamewing authored May 16, 2020
2 parents 7d15b4b + a6bc5c8 commit 314df8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ def check_python():
packages=find_packages(),
install_requires = [
'pysam>=0.8.1',
'PyVCF',
],
)

0 comments on commit 314df8f

Please sign in to comment.