Skip to content

Commit

Permalink
added interlap dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaina Shumate committed Jul 14, 2020
1 parent 86cacd2 commit 5e2b646
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 @@ -8,7 +8,7 @@
author_email="[email protected]",
description="A gene annotation mapping tool",
url="https://github.com/ashumate/Liftoff",
install_requires=['numpy==1.19.0', 'biopython==1.76', 'gffutils==0.10.1', 'networkx==2.4', 'pysam==0.16.0.1','pyfaidx==0.5.8'],
install_requires=['numpy==1.19.0', 'biopython==1.76', 'gffutils==0.10.1', 'networkx==2.4', 'pysam==0.16.0.1','pyfaidx==0.5.8', 'interlap==0.2.6'],
python_requires='>=3.0',
packages=['liftoff'],
entry_points={'console_scripts': ['liftoff = liftoff.run_liftoff:main'], },
Expand Down

0 comments on commit 5e2b646

Please sign in to comment.