mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/dsh/filterbed/main.nf
This commit is contained in:
parent
cf5e38f48b
commit
7ab3217f16
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ process DSH_FILTERBED {
|
|||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0" : null)
|
||||
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0--0"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue