Skip to content
Snippets Groups Projects
Commit e7400ced authored by van den Berg's avatar van den Berg
Browse files

Move pacbio-merge image to quay.io

Docker hub has started to remove unused images from free accounts, which
means that it might remove images used by this pipeline without notice.
Therefore the pipeline now exclusively uses images from quay.io or
official repositories from docker hub, which do not have this
limitation.
parent 8e00c99d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ task mergePacBio {
String outputPathMergedReport
String memory = "4G"
String dockerImage = "lumc/pacbio-merge:0.2"
String dockerImage = "quay.io/redmar_van_den_berg/pacbio-merge:0.2"
}
command {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment