From 0b33b6d0817513935b58e36a0d38f5510b508cf3 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Tue, 9 Feb 2021 23:03:13 +0000 Subject: [PATCH] Add missing build ids --- software/bandage/image/main.nf | 2 +- software/bcftools/consensus/main.nf | 2 +- software/bedtools/maskfasta/main.nf | 2 +- software/gunzip/main.nf | 2 +- software/untar/main.nf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/software/bandage/image/main.nf b/software/bandage/image/main.nf index 7f311746..57b5f23f 100644 --- a/software/bandage/image/main.nf +++ b/software/bandage/image/main.nf @@ -11,7 +11,7 @@ process BANDAGE_IMAGE { 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::bandage=0.8.1' : null) + conda (params.enable_conda ? 'bioconda::bandage=0.8.1=hc9558a2_2' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bandage:0.8.1--hc9558a2_2" } else { diff --git a/software/bcftools/consensus/main.nf b/software/bcftools/consensus/main.nf index c74d21d0..1e640542 100644 --- a/software/bcftools/consensus/main.nf +++ b/software/bcftools/consensus/main.nf @@ -10,7 +10,7 @@ process BCFTOOLS_CONSENSUS { 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::bcftools=1.11" : null) + conda (params.enable_conda ? "bioconda::bcftools=1.11=h7c999a4_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bcftools:1.11--h7c999a4_0" } else { diff --git a/software/bedtools/maskfasta/main.nf b/software/bedtools/maskfasta/main.nf index ccd93df7..1051a80e 100644 --- a/software/bedtools/maskfasta/main.nf +++ b/software/bedtools/maskfasta/main.nf @@ -11,7 +11,7 @@ process BEDTOOLS_MASKFASTA { 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::bedtools=2.30.0" : null) + conda (params.enable_conda ? "bioconda::bedtools=2.30.0=hc088bd4_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0" } else { diff --git a/software/gunzip/main.nf b/software/gunzip/main.nf index 20f6467d..b9647a4a 100644 --- a/software/gunzip/main.nf +++ b/software/gunzip/main.nf @@ -10,7 +10,7 @@ process GUNZIP { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? "conda-forge::sed=4.7" : null) + conda (params.enable_conda ? "conda-forge::sed=4.7=h1bed415_1000" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img" } else { diff --git a/software/untar/main.nf b/software/untar/main.nf index 8912fb0b..62596ef6 100644 --- a/software/untar/main.nf +++ b/software/untar/main.nf @@ -10,7 +10,7 @@ process UNTAR { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? "conda-forge::sed=4.7" : null) + conda (params.enable_conda ? "conda-forge::sed=4.7=h1bed415_1000" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img" } else {