-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcwl-test-file
45 lines (45 loc) · 859 Bytes
/
cwl-test-file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
class: Workflow
cwlVersion: v1.0
inputs:
- id: transcripts
type: 'File[]'
'sbg:x': 0
'sbg:y': 53.5
- id: reads
type: 'File[]'
'sbg:x': 138.109375
'sbg:y': 0
outputs:
- id: quants
outputSource:
- quantifying/quantification
type: File
'sbg:x': 518.3233642578125
'sbg:y': 53.5
steps:
- id: indexing
in:
- id: fasta-files
source:
- transcripts
out:
- id: index
run: ../tools/kallisto-index.cwl
'sbg:x': 138.109375
'sbg:y': 107
- id: quantifying
in:
- id: index
source:
- indexing/index
- id: fastqs
source:
- reads
out:
- id: quantification
run: ../tools/kallisto-quant.cwl
'sbg:x': 312.28125
'sbg:y': 46.5
hints:
- dockerPull: insilicodb/kallisto
undefined: DockerRequirement