1 #!/usr/bin/env cwl-runner
2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: CC-BY-SA-3.0
11 dockerPull: quay.io/biocontainers/bwa:0.7.17--ha92aebf_3
13 baseCommand: [bwa, mem]
16 - {prefix: "-t", valueFrom: $(runtime.cores)}
17 - {prefix: "-R", valueFrom: '@RG\\\tID:$(inputs.group_id)\\\tPL:$(inputs.PL)\\\tSM:$(inputs.sample_id)'}
24 valueFrom: $(self.dirname)/$(self.nameroot)
30 doc: The index files produced by `bwa index`
35 doc: The reads, in fastq format.
40 doc: For mate paired reads, the second file (optional).
45 stdout: $(inputs.read_p1.nameroot).sam