1 #!/usr/bin/env cwl-runner
7 dockerPull: biodckr/bwa
9 baseCommand: [bwa, mem]
12 - {prefix: "-t", valueFrom: $(runtime.cores)}
13 - {prefix: "-R", valueFrom: "@RG\tID:$(inputs.group_id)\tPL:$(inputs.PL)\tSM:$(inputs.sample_id)"}
20 valueFrom: $(self.dirname)/$(self.nameroot)
26 doc: The index files produced by `bwa index`
31 doc: The reads, in fastq format.
36 doc: For mate paired reads, the second file (optional).
41 stdout: $(inputs.read_p1.nameroot).sam