diff --git a/software/blast/blastn/main.nf b/software/blast/blastn/main.nf index ec02f609..5a021331 100644 --- a/software/blast/blastn/main.nf +++ b/software/blast/blastn/main.nf @@ -11,7 +11,7 @@ process BLAST_BLASTN { 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::blast=2.10.1' : null) + conda (params.enable_conda ? 'bioconda::blast=2.10.1=pl526he19e7b1_3' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container 'https://depot.galaxyproject.org/singularity/blast:2.10.1--pl526he19e7b1_3' } else { diff --git a/software/blast/makeblastdb/main.nf b/software/blast/makeblastdb/main.nf index c79b99da..f3f9cc25 100644 --- a/software/blast/makeblastdb/main.nf +++ b/software/blast/makeblastdb/main.nf @@ -11,7 +11,7 @@ process BLAST_MAKEBLASTDB { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? 'bioconda::blast=2.10.1' : null) + conda (params.enable_conda ? 'bioconda::blast=2.10.1=pl526he19e7b1_3' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container 'https://depot.galaxyproject.org/singularity/blast:2.10.1--pl526he19e7b1_3' } else {