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

Merge branch 'master' of gitlab.pasteur.fr:bli/libhts

parents 571fae24 2afd8597
Branches main
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ function error_exit ...@@ -31,6 +31,7 @@ function error_exit
samtools --version samtools --version
SAM=${1} SAM=${1}
echo "Will sort and index ${SAM}"
case ${SAM} in case ${SAM} in
*.sam) *.sam)
......
...@@ -28,7 +28,7 @@ setup( ...@@ -28,7 +28,7 @@ setup(
"numpy", "numpy",
"pandas", "pandas",
"pyBigWig", "pyBigWig",
"pybedtools", "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers",
"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.
Please register or to comment