mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
bwa index - add build to conda definition
This commit is contained in:
parent
f913a55d85
commit
b41c3d63ec
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ process BWA_INDEX {
|
|||
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::bwa=0.7.17" : null)
|
||||
conda (params.enable_conda ? "bioconda::bwa=0.7.17=hed695b0_7" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/bwa:0.7.17--hed695b0_7"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue