forked from yyoshiaki/ikra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasicrnaseq_se.cwl
80 lines (80 loc) · 1.59 KB
/
basicrnaseq_se.cwl
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
class: Workflow
cwlVersion: v1.0
id: basicrnaseq_se
label: basicRNAseq_SE
$namespaces:
sbg: 'https://www.sevenbridges.com'
inputs:
- id: transcripts
type: File
'sbg:x': -1946
'sbg:y': -386
- id: read2
type: File
'sbg:x': -1953.89697265625
'sbg:y': -794
- id: read1
type: File
'sbg:x': -1941.89697265625
'sbg:y': -649
outputs:
- id: index
outputSource:
- salmon_index/index
type: Directory
'sbg:x': -1421.8984375
'sbg:y': -250
- id: quant
outputSource:
- salmon_quant/quant
type: File
'sbg:x': -1208.89697265625
'sbg:y': -676
steps:
- id: salmon_index
in:
- id: index
default: salmon_index_mouse
- id: threads
default: 6
- id: transcripts
source: transcripts
out:
- id: index
run: cwl_tools/salmon-index.cwl
'sbg:x': -1705.125
'sbg:y': -384.5
- id: trim_galore
in:
- id: read1
source: read1
- id: read2
source: read2
out:
- id: out1
- id: out2
run: cwl_tools/trim_galore_PE.cwl
label: trim_galore
'sbg:x': -1672
'sbg:y': -728
- id: salmon_quant
in:
- id: index
source: salmon_index/index
- id: inf1
source: trim_galore/out1
- id: inf2
source: trim_galore/out2
- id: libType
default: A
- id: quantdir
default: quantdir
- id: threads
default: 4
out:
- id: quant
run: cwl_tools/salmon-quant.cwl
'sbg:x': -1418.89697265625
'sbg:y': -679
requirements: []
'sbg:toolAuthor': Yoshiaki Yasumizu