mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
update bwameth container build to match conda version (#402)
This commit is contained in:
parent
f8e428d690
commit
4a1571317d
2 changed files with 4 additions and 4 deletions
|
@ -13,9 +13,9 @@ process BWAMETH_ALIGN {
|
|||
|
||||
conda (params.enable_conda ? "bioconda::bwameth=0.2.2" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/bwameth:0.20--py35_0"
|
||||
container "https://depot.galaxyproject.org/singularity/bwameth:0.2.2--py_1"
|
||||
} else {
|
||||
container "quay.io/biocontainers/bwameth:0.20--py35_0"
|
||||
container "quay.io/biocontainers/bwameth:0.2.2--py_1"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -13,9 +13,9 @@ process BWAMETH_INDEX {
|
|||
|
||||
conda (params.enable_conda ? "bioconda::bwameth=0.2.2" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/bwameth:0.20--py35_0"
|
||||
container "https://depot.galaxyproject.org/singularity/bwameth:0.2.2--py_1"
|
||||
} else {
|
||||
container "quay.io/biocontainers/bwameth:0.20--py35_0"
|
||||
container "quay.io/biocontainers/bwameth:0.2.2--py_1"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue