mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Merge pull request #133 from nf-core/MaxUlysse-patch-1-1
Update bwa/index container
This commit is contained in:
commit
f126200610
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