mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update software/mosdepth/main.nf
This commit is contained in:
parent
6e92a6a080
commit
f97c78b3fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ process MOSDEPTH {
|
||||||
mode: params.publish_dir_mode,
|
mode: params.publish_dir_mode,
|
||||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||||
|
|
||||||
conda (params.enable_conda ? 'bioconda::mosdepth=0.3.1=ha7ba039_0' : null)
|
conda (params.enable_conda ? 'bioconda::mosdepth=0.3.1' : null)
|
||||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||||
container "https://depot.galaxyproject.org/singularity/mosdepth:0.3.1--ha7ba039_0"
|
container "https://depot.galaxyproject.org/singularity/mosdepth:0.3.1--ha7ba039_0"
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue