File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,11 @@ outputs:
19
19
type : File
20
20
outputSource : align_and_tag/aligned_bam
21
21
steps :
22
- revert_to_fastq:
23
- run : revert_to_fastq.cwl
24
- in :
25
- bam: bam
26
- out :
27
- [fastq, second_end_fastq]
28
22
align_and_tag:
29
23
run : align_and_tag.cwl
30
24
in :
31
- in :
25
+ bam: bam
32
26
readgroup: readgroup
33
27
reference: reference
34
- fastq: revert_to_fastq/fastq
35
- fastq2: revert_to_fastq/second_end_fastq
36
28
out :
37
29
[aligned_bam]
Original file line number Diff line number Diff line change @@ -11,25 +11,21 @@ requirements:
11
11
ramMin : 16000
12
12
stdout : "refAlign. bam"
13
13
arguments :
14
- - position : 5
14
+ - position : 4
15
15
valueFrom : $(runtime.cores)
16
16
inputs :
17
- readgroup :
18
- type : string
17
+ bam :
18
+ type : File
19
19
inputBinding :
20
20
position : 1
21
- reference :
21
+ readgroup :
22
22
type : string
23
23
inputBinding :
24
24
position : 2
25
- fastq :
26
- type : File
25
+ reference :
26
+ type : string
27
27
inputBinding :
28
28
position : 3
29
- fastq2:
30
- type : File
31
- inputBinding :
32
- position : 4
33
29
outputs :
34
30
aligned_bam:
35
31
type : stdout
You can’t perform that action at this time.
0 commit comments