Skip to content
Snippets Groups Projects
Commit e2deadec authored by Blaise Li's avatar Blaise Li
Browse files

Using main pybedtools.

parent 2f362a38
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ networkx ...@@ -5,6 +5,7 @@ networkx
numpy numpy
pandas pandas
pyBigWig pyBigWig
pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers --global-option="cythonize" # pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers --global-option="cythonize"
pybedtools
scipy scipy
seaborn seaborn
...@@ -28,7 +28,8 @@ setup( ...@@ -28,7 +28,8 @@ setup(
"numpy", "numpy",
"pandas", "pandas",
"pyBigWig", "pyBigWig",
"pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers", # "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers",
"pybedtools",
"scipy", "scipy",
"seaborn"], "seaborn"],
# specific versions and index would rather belong to requirements.txt # specific versions and index would rather belong to requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment