mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
picard - add build to conda definition
This commit is contained in:
parent
773d4d89f2
commit
daab19a849
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ process PICARD_COLLECTMULTIPLEMETRICS {
|
|||
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::picard=2.23.9" : null)
|
||||
conda (params.enable_conda ? "bioconda::picard=2.23.9=0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/picard:2.23.9--0"
|
||||
} else {
|
||||
|
|
|
@ -11,7 +11,7 @@ process PICARD_MARKDUPLICATES {
|
|||
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::picard=2.23.9" : null)
|
||||
conda (params.enable_conda ? "bioconda::picard=2.23.9=0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/picard:2.23.9--0"
|
||||
} else {
|
||||
|
|
|
@ -11,7 +11,7 @@ process PICARD_MERGESAMFILES {
|
|||
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::picard=2.23.9" : null)
|
||||
conda (params.enable_conda ? "bioconda::picard=2.23.9=0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/picard:2.23.9--0"
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue