From ce3edcc9947b332e8b84127ef1a5c2627cf12768 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 09:16:59 +0000 Subject: [PATCH] deeptools - add build to conda definition --- software/deeptools/computematrix/main.nf | 2 +- software/deeptools/plotfingerprint/main.nf | 2 +- software/deeptools/plotheatmap/main.nf | 2 +- software/deeptools/plotprofile/main.nf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/software/deeptools/computematrix/main.nf b/software/deeptools/computematrix/main.nf index 18f9c248..ba72d2b3 100644 --- a/software/deeptools/computematrix/main.nf +++ b/software/deeptools/computematrix/main.nf @@ -11,7 +11,7 @@ process DEEPTOOLS_COMPUTEMATRIX { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::deeptools=3.5.0" : null) + conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0" } else { diff --git a/software/deeptools/plotfingerprint/main.nf b/software/deeptools/plotfingerprint/main.nf index c3d4c33b..809fe7ff 100644 --- a/software/deeptools/plotfingerprint/main.nf +++ b/software/deeptools/plotfingerprint/main.nf @@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTFINGERPRINT { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::deeptools=3.5.0" : null) + conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0" } else { diff --git a/software/deeptools/plotheatmap/main.nf b/software/deeptools/plotheatmap/main.nf index 624b4b9e..d43b8a4b 100644 --- a/software/deeptools/plotheatmap/main.nf +++ b/software/deeptools/plotheatmap/main.nf @@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTHEATMAP { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::deeptools=3.5.0" : null) + conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0" } else { diff --git a/software/deeptools/plotprofile/main.nf b/software/deeptools/plotprofile/main.nf index d4326434..f0fc73c3 100644 --- a/software/deeptools/plotprofile/main.nf +++ b/software/deeptools/plotprofile/main.nf @@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTPROFILE { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::deeptools=3.5.0" : null) + conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0" } else {