fix bwa-mem.cwl docker repo
[arvados.git] / doc / user / cwl / bwa-mem / bwa-mem.cwl
index b5c9f82a1a5f79970a97e92d91fce7de9268430c..20019712645902dbd1962b86a48bb8e59643c7b9 100755 (executable)
@@ -8,9 +8,9 @@ class: CommandLineTool
 
 hints:
   DockerRequirement:
-    dockerPull: biodckr/bwa
+    dockerPull: lh3lh3/bwa
 
-baseCommand: [bwa, mem]
+baseCommand: [mem]
 
 arguments:
   - {prefix: "-t", valueFrom: $(runtime.cores)}