We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c25df commit d7d13ccCopy full SHA for d7d13cc
testdata/dockstore-tool-md5sum.cwl
@@ -22,7 +22,7 @@ doc: |
22
23
requirements:
24
- class: DockerRequirement
25
- dockerPull: quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4
+ dockerPull: quay.io/mr_c/dockstore-tool-md5sum:1.0.4
26
- class: InlineJavascriptRequirement
27
28
hints:
testdata/md5sum.wdl
@@ -10,7 +10,7 @@ task md5 {
10
}
11
12
runtime {
13
- docker: "quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4"
+ docker: "quay.io/mr_c/dockstore-tool-md5sum:1.0.4"
14
cpu: 1
15
memory: "512 MB"
16
0 commit comments