-
Notifications
You must be signed in to change notification settings - Fork 7
/
miRge.cwl.json
255 lines (255 loc) · 6.78 KB
/
miRge.cwl.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
{
"id": "https://api.sbgenomics.com/v2/apps/mmattioni/microrna/mirge/5/raw/",
"class": "CommandLineTool",
"label": "miRge",
"description": "miRge\n=====\n\nmiRge is a logical, ultrafast, small RNA-seq solution to process samples in a highly multiplexed fashion, resulting in dramatically decreased computational requirements when processing sets of samples in a single run. It utilizes a unique sequential alignment algorithm for annotation of small RNA-seq data. Output is given for miRNAs as raw reads and reads per million (RPM) in addition to isomiR data and reads for all other RNA species (tRNA, rRNA, snoRNA, mRNA). IsomiR entropy can be determined for each sample or across samples in a multiplex run. In head-to-head comparisons for single sample analyses with miRExpress 2.0, sRNAbench, omiRAs and miRDeep2, miRge was 3 to 28-fold faster and always aligned more miRNA reads per sample. In a single multiplex experiment, we fully annotated all RNA species in 100 separate samples in 40 minutes. These features make miRge an ideal tool for high-throughput users. miRge is multithreaded to take advantage multicore computer architectures.",
"requirements": [
{
"class": "ExpressionEngineRequirement",
"requirements": [
{
"class": "DockerRequirement",
"dockerPull": "rabix/js-engine"
}
],
"id": "#cwl-js-engine"
}
],
"inputs": [
{
"id": "#samples_reads",
"type": [
{
"items": "File",
"type": "array",
"name": "samples_reads"
}
],
"sbg:stageInput": null,
"inputBinding": {
"separate": true,
"prefix": "--SampleFiles",
"position": 0,
"sbg:cmdInclude": true,
"itemSeparator": ","
}
},
{
"id": "#species",
"sbg:toolDefaultValue": "human",
"type": [
{
"type": "enum",
"symbols": [
"human",
"mouse"
],
"name": "species"
}
],
"sbg:stageInput": null,
"inputBinding": {
"separate": true,
"prefix": "--species",
"position": 1,
"sbg:cmdInclude": true
}
},
{
"label": "The accepted value are one of the following: \"none\", \"illumina\", \"ion\", \"<sequence>\"",
"sbg:stageInput": null,
"type": [
"null",
"string"
],
"description": "Run adapter removal and quality filtering via cutadapt. default: none illumina: TGGAATTCTCGGGTGCCAAGGAACTCCAG (TruSeq small RNA kit) ion: remove first 11 base pairs (as per miRQC protocol) sequence: Provide your own adapter sequence, such as --adapter TGGAATTCTC",
"id": "#adapter",
"inputBinding": {
"separate": true,
"prefix": "--adapter",
"position": 3,
"sbg:cmdInclude": true
}
}
],
"outputs": [
{
"fileTypes": "html",
"type": [
"File"
],
"outputBinding": {
"glob": "miRge.*/report.html"
},
"description": "HTML report",
"id": "#report",
"label": "report"
},
{
"outputBinding": {
"glob": "miRge.*/mapped.csv"
},
"type": [
"null",
"File"
],
"id": "#mapped"
},
{
"outputBinding": {
"glob": "miRge.*/unmapped.csv"
},
"type": [
"null",
"File"
],
"id": "#unmapped"
},
{
"outputBinding": {
"glob": "miRge.*/miR.Counts.csv"
},
"type": [
"null",
"File"
],
"id": "#counts"
},
{
"outputBinding": {
"glob": "miRge.*/graphs/*.png"
},
"label": "graphs",
"id": "#graphs",
"type": [
"null",
{
"items": "File",
"type": "array",
"name": "graphs"
}
]
}
],
"hints": [
{
"class": "sbg:MemRequirement",
"value": 1000
},
{
"class": "DockerRequirement",
"dockerPull": "mattions/mirge:latest",
"dockerImageId": ""
},
{
"class": "sbg:CPURequirement",
"value": 0
}
],
"baseCommand": [
"perl",
"/opt/miRge/miRge.pl"
],
"stdin": "",
"stdout": "",
"successCodes": [],
"temporaryFailCodes": [],
"arguments": [
{
"separate": true,
"prefix": "--CPU",
"valueFrom": {
"class": "Expression",
"engine": "#cwl-js-engine",
"script": "$job.allocatedResources.cpu"
}
}
],
"sbg:revisionsInfo": [
{
"sbg:modifiedOn": 1460739675,
"sbg:revision": 0,
"sbg:modifiedBy": "mmattioni"
},
{
"sbg:modifiedOn": 1460798413,
"sbg:revision": 1,
"sbg:modifiedBy": "mmattioni"
},
{
"sbg:modifiedOn": 1460798590,
"sbg:revision": 2,
"sbg:modifiedBy": "mmattioni"
},
{
"sbg:modifiedOn": 1461924538,
"sbg:revision": 3,
"sbg:modifiedBy": "mmattioni"
},
{
"sbg:modifiedOn": 1461924819,
"sbg:revision": 4,
"sbg:modifiedBy": "mmattioni"
},
{
"sbg:modifiedOn": 1461941571,
"sbg:revision": 5,
"sbg:modifiedBy": "mmattioni"
}
],
"sbg:latestRevision": 5,
"sbg:createdOn": 1460739675,
"sbg:toolkit": "miRge",
"sbg:license": "GNU General Public License v3.0 only",
"sbg:id": "mmattioni/microrna/mirge/5",
"sbg:modifiedBy": "mmattioni",
"sbg:toolAuthor": "Alex Baras, Marc Halushka, Chris Mitchell, Jason Myers",
"sbg:sbgMaintained": false,
"sbg:links": [
{
"label": "Github",
"id": "https://github.com/BarasLab/miRge"
},
{
"label": "Homepage",
"id": "http://atlas.pathology.jhu.edu/baras/miRge.html"
}
],
"sbg:project": "mmattioni/microrna",
"sbg:modifiedOn": 1461941571,
"sbg:job": {
"inputs": {
"samples_reads": [
{
"class": "File",
"path": "/path/to/samples_reads-1.ext",
"size": 0,
"secondaryFiles": []
},
{
"class": "File",
"path": "/path/to/samples_reads-2.ext",
"size": 0,
"secondaryFiles": []
}
],
"species": "human",
"adapter": "adapter-string-value"
},
"allocatedResources": {
"cpu": 0,
"mem": 1000
}
},
"sbg:cmdPreview": "perl /opt/miRge/miRge.pl --SampleFiles /path/to/samples_reads-1.ext,/path/to/samples_reads-2.ext --CPU 0 --species human",
"sbg:image_url": null,
"sbg:contributors": [
"mmattioni"
],
"sbg:revision": 5,
"sbg:categories": [
"Alignment"
],
"sbg:validationErrors": [],
"sbg:createdBy": "mmattioni"
}