From 660a20a0ff507036aae2349c82c432ad40b496ab Mon Sep 17 00:00:00 2001
From: nservant <nservant@curie.fr>
Date: Fri, 11 Oct 2019 22:38:12 +0200
Subject: [PATCH] fix conda

---
 Dockerfile      | 2 +-
 environment.yml | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bd89e7e..7fbde06 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y
 
 COPY environment.yml /
 RUN conda env create -f /environment.yml && conda clean -a
-ENV PATH /opt/conda/envs/nf-core-hic-1.1.0dev/bin:$PATH
+ENV PATH /opt/conda/envs/nf-core-hic-1.1.0/bin:$PATH
diff --git a/environment.yml b/environment.yml
index 1a69ba7..1c253c2 100644
--- a/environment.yml
+++ b/environment.yml
@@ -4,7 +4,6 @@ name: nf-core-hic-1.1.0
 channels:
   - conda-forge
   - bioconda
-  - bioconda/label/cf201901
   - defaults
 dependencies:
   - python=2.7.15
@@ -13,7 +12,7 @@ dependencies:
   - numpy=1.16.3
   - r-markdown=0.9
   - bx-python=0.8.2     
-  - pysam=0.15.2
+  - bioconda::pysam=0.15.2
   - cooler=0.8.5
   - bowtie2=2.3.5
   - samtools=1.9
-- 
GitLab