mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
deeptools - add build to conda definition
This commit is contained in:
parent
c089edc670
commit
ce3edcc994
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ process DEEPTOOLS_COMPUTEMATRIX {
|
|||
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::deeptools=3.5.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0"
|
||||
} else {
|
||||
|
|
|
@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTFINGERPRINT {
|
|||
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::deeptools=3.5.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0"
|
||||
} else {
|
||||
|
|
|
@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTHEATMAP {
|
|||
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::deeptools=3.5.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0"
|
||||
} else {
|
||||
|
|
|
@ -11,7 +11,7 @@ process DEEPTOOLS_PLOTPROFILE {
|
|||
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::deeptools=3.5.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::deeptools=3.5.0=py_0" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/deeptools:3.5.0--py_0"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue