mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Specify the exact bioconda recipe build
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
362a630f8b
commit
06770d5f02
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ process IVAR_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::ivar=1.3.1" : null)
|
||||
|
||||
conda (params.enable_conda ? "bioconda::ivar=1.3.1=h089eab3_0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/ivar:1.3.1--h089eab3_0"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue