Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit dad3023

Browse files
committed
Merge pull request #31 from FarahZKhan/patch-1
Update realignTargetCreator.cwl
2 parents ae44db5 + 561e939 commit dad3023

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/realignTargetCreator.cwl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
position: 1
3030

3131
- id: "#jar_file"
32-
type: File
32+
type: string
3333
inputBinding: { position: 2, prefix: "-jar" }
3434
description: GATK jar file
3535

@@ -53,14 +53,18 @@ inputs:
5353
- ".rpac"
5454
- ".rsa"
5555
- ".sa"
56+
- ".fai"
57+
- "^.dict"
5658

5759
- id: "#inputBam_realign"
5860
type: File
5961
description: bam file produced after mark-duplicates execution
6062
inputBinding:
6163
position: 5
6264
prefix: "-I"
63-
65+
secondaryFiles:
66+
- ".bai"
67+
6468
- id: "#known"
6569
type:
6670
type: array

0 commit comments

Comments
 (0)