mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Newer container version because the previous one is misconfigured (#1961)
The previous one raises the warning > WARNING: Skipping mount /path/to/singularity-v3.9.0/var/singularity/mnt/session/etc/resolv.conf [files]: /etc/resolv.conf doesn't exist in container Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
a8e6a88163
commit
11cf45043c
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ process UCSC_BEDTOBIGBED {
|
||||||
// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
|
// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
|
||||||
conda (params.enable_conda ? "bioconda::ucsc-bedtobigbed=377" : null)
|
conda (params.enable_conda ? "bioconda::ucsc-bedtobigbed=377" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/ucsc-bedtobigbed:377--h446ed27_1' :
|
'https://depot.galaxyproject.org/singularity/ucsc-bedtobigbed:377--ha8a8165_3' :
|
||||||
'quay.io/biocontainers/ucsc-bedtobigbed:377--h446ed27_1' }"
|
'quay.io/biocontainers/ucsc-bedtobigbed:377--ha8a8165_3' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(bed)
|
tuple val(meta), path(bed)
|
||||||
|
|
Loading…
Reference in a new issue