Fix sortmerna docker container pointer (#791)

This commit is contained in:
Jose Espinosa-Carrasco 2021-10-05 12:05:37 +02:00 committed by GitHub
parent a38508fcbb
commit 714ec6823e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ process SORTMERNA {
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/sortmerna:4.3.4--h9ee0642_0"
} else {
container "quay.io/biocontainers/sortmerna:sortmerna:4.3.4--h9ee0642_0"
container "quay.io/biocontainers/sortmerna:4.3.4--h9ee0642_0"
}
input: