From c0ede978fbd5678fa11fb99b23c4be14747051ec Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Tue, 26 May 2020 17:15:10 +0200 Subject: [PATCH] [MODIF] Add pip in conda --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f9c9548..7bbaff2 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,6 @@ # You can use this file to create a conda environment for this pipeline: # conda env create -f environment.yml -name: nf-core-hic-1.2.0dev +name: nf-core-hic-1.3.0dev channels: - conda-forge - bioconda -- GitLab