From e97c234d0881110874adb2847b4ef4b35d3d37d8 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 20 May 2021 19:43:49 +0200 Subject: [PATCH] Compatibility with workflows requirements. --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e2907a9..60da30a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ cytoolz deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041 gffutils -#libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@e0d627032a22c34ecd6b3a2f5c6865187a4e057b +libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc #libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d -libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git +#libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git matplotlib pandas diff --git a/setup.py b/setup.py index e849016..1f13b40 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( "cytoolz", "deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041", "gffutils", - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git", "matplotlib", "pandas"], -- GitLab