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

Commit bbb8819

Browse files
committed
Update haplotypeCaller.cwl
1 parent 04671d0 commit bbb8819

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tools/haplotypeCaller.cwl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ requirements:
2020
- import: node-engine.cwl
2121
- import: envvar-global.cwl
2222
- import: gatk-docker.cwl
23-
23+
arguments:
24+
- valueFrom: "/home/biodocker/bin/gatk/target/GenomeAnalysisTK.jar"
25+
position: 2
26+
prefix: "-jar"
27+
2428
inputs:
2529

2630
- id: "#java_arg"
@@ -29,12 +33,6 @@ inputs:
2933
inputBinding:
3034
position: 1
3135

32-
- id: "#jar_file"
33-
type: string
34-
inputBinding: { position: 2, prefix: "-jar" }
35-
description: GATK jar file
36-
37-
3836
- id: "#HaplotypeCaller"
3937
type: string
4038
default: "HaplotypeCaller"

0 commit comments

Comments
 (0)