Update software/mosdepth/main.nf

This commit is contained in:
Harshil Patel 2021-02-15 22:49:53 +00:00 committed by GitHub
parent 6e92a6a080
commit f97c78b3fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ process MOSDEPTH {
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::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) {
container "https://depot.galaxyproject.org/singularity/mosdepth:0.3.1--ha7ba039_0"
} else {