mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Fix URL for containers
This commit is contained in:
parent
9a5aa0f145
commit
f841483a70
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ process IVAR_VARIANTS {
|
|||
conda (params.enable_conda ? "bioconda::ivar=1.3.1" : null)
|
||||
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/1.3.1--h089eab3_0"
|
||||
container "https://depot.galaxyproject.org/singularity/ivar:1.3.1--h089eab3_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/1.3.1--h089eab3_0"
|
||||
container "quay.io/biocontainers/ivar:1.3.1--h089eab3_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue