From c79727b3cf56dc27bc6a9a6b5b74409c8ec78101 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Tue, 16 Feb 2021 19:18:55 +0100 Subject: [PATCH] Using fixed deeptools for auto legend issue. This is temporary until pull request is merged. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9ddf11..ed3fcb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cytoolz -deeptools +deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041 gffutils libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d diff --git a/setup.py b/setup.py index 3522fc8..4e2acc3 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( "scripts/plot_scatterplot.py"], install_requires=[ "cytoolz", - "deeptools", + "deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041", "gffutils", "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", -- GitLab