mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-08 15:02:09 -05:00
Corrected containers and tested
This commit is contained in:
parent
19b55fc67c
commit
295fff35ec
2 changed files with 4 additions and 4 deletions
|
@ -13,9 +13,9 @@ process BEDTOOLS_COMPLEMENT {
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null)
|
conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : 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/bedtools:bedtools:2.30.0--hc088bd4_0"
|
container "https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0"
|
||||||
} else {
|
} else {
|
||||||
container "quay.io/biocontainers/bedtools:bedtools:2.30.0--hc088bd4_0"
|
container "quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0"
|
||||||
}
|
}
|
||||||
|
|
||||||
input:
|
input:
|
||||||
|
|
|
@ -13,9 +13,9 @@ process BEDTOOLS_INTERSECT {
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null)
|
conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : 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/bedtools:bedtools:2.30.0--hc088bd4_0"
|
container "https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0"
|
||||||
} else {
|
} else {
|
||||||
container "quay.io/biocontainers/bedtools:bedtools:2.30.0--hc088bd4_0"
|
container "quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0"
|
||||||
}
|
}
|
||||||
|
|
||||||
input:
|
input:
|
||||||
|
|
Loading…
Reference in a new issue