mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update main.nf
Use same tag
This commit is contained in:
parent
4301afb771
commit
e7474c3d98
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ process BWA_INDEX {
|
|||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/bwa:0.7.17--hed695b0_7"
|
||||
} else {
|
||||
container "biocontainers/bwa:v0.7.17_cv1"
|
||||
container "quay.io/biocontainers/bwa:0.7.17--hed695b0_7"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue