From 9f47a54aceb600ec37ef8a85d877a31951416f2f Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Fri, 24 Sep 2021 15:45:00 +0200
Subject: [PATCH] [BUG] fix cooltools env #109

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 9d35759..e3cd757 100644
--- a/environment.yml
+++ b/environment.yml
@@ -16,6 +16,7 @@ dependencies:
   - bioconda::pysam=0.15.4
   - conda-forge::pymdown-extensions=7.1
   - bioconda::cooler=0.8.6
+  - bioconda::cooltools=0.4.0
   - bioconda::bowtie2=2.3.5
   - bioconda::samtools=1.9
   - bioconda::multiqc=1.8
@@ -27,5 +28,4 @@ dependencies:
   - bioconda::ucsc-bedgraphtobigwig=357
   - conda-forge::cython=0.29.19
   - pip:
-    - cooltools==0.4.0
     - fanc==0.8.30
\ No newline at end of file
-- 
GitLab