mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
bowtie - add build to conda definition
This commit is contained in:
parent
93775f3262
commit
a536c85ec0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ process BOWTIE_BUILD {
|
|||
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::bowtie=1.3.0' : null)
|
||||
conda (params.enable_conda ? 'bioconda::bowtie=1.3.0=py38hed8969a_1' : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container 'https://depot.galaxyproject.org/singularity/bowtie:1.3.0--py38hed8969a_1'
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue