Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Feb 29, 2024
1 parent 0a04cb4 commit b06449c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
install_requires=[
'click', 'requests', 'pandas', 'flake8', 'nose', 'coverage',
'pgzip', 'jinja2',
'metapool @ https://github.com/charles-cowart/metagenomics_pooling_notebook/archive/repl_fix2',
'metapool @ https://github.com/charles-cowart/metagenomics_pooling_'
'notebook/archive/refs/heads/repl_fix2.zip',
],
entry_points={
'console_scripts': ['demux=sequence_processing_pipeline.scripts.cli'
Expand Down

0 comments on commit b06449c

Please sign in to comment.