Update main.nf

Use same tag
This commit is contained in:
Maxime Garcia 2021-02-02 12:13:14 +01:00 committed by GitHub
parent 4301afb771
commit e7474c3d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: