From aaa379642618f63cfb66fb4b9ab90e3985be115f Mon Sep 17 00:00:00 2001 From: nservant <nservant@curie.fr> Date: Tue, 19 May 2020 16:52:37 +0200 Subject: [PATCH] [MODIF] update environment --- environment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index fa48dca..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.1dev +name: nf-core-hic-1.3.0dev channels: - conda-forge - bioconda @@ -19,9 +19,11 @@ dependencies: - bioconda::samtools=1.9 - bioconda::multiqc=1.8 +## Dev tools - bioconda::hicexplorer=3.4.3 - bioconda::bioconductor-hitc=1.32.0 - conda-forge::r-optparse=1.6.6 + - bioconda::ucsc-bedgraphtobigwig=377 - pip: - - cooltools - - fanc \ No newline at end of file + - cooltools==0.3.2 + - fanc==0.8.30 \ No newline at end of file -- GitLab