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

Commit 0242b03

Browse files
committed
Update printReads.cwl
1 parent b2f7b23 commit 0242b03

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tools/printReads.cwl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,18 @@ 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"
2731
type: string
2832
default: "-Xmx4g"
2933
inputBinding:
3034
position: 1
31-
32-
- id: "#jar_file"
33-
type: string
34-
inputBinding: { position: 2, prefix: "-jar" }
35-
description: GATK jar file
36-
3735

3836
- id: "#printReads"
3937
type: string

0 commit comments

Comments
 (0)