comparison RNA-seq_(SE)_Quantification_-_Human.ga @ 2:324f32e70ea4 draft default tip

Update annotations
author stemcellcommons
date Wed, 25 Oct 2017 15:10:22 -0400
parents
children
comparison
equal deleted inserted replaced
1:ba1b76257fa5 2:324f32e70ea4
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "{\n \"description\": \"Transcript quantification for single-end RNA-seq data. Reads are aligned to the human (hg19) reference genome.\",\n \"file_relationship\": {\n \"file_relationship\": {},\n \"value_type\": \"LIST\",\n \"name\": \"List of FASTQ Files\",\n \"input_files\": [\n {\n \"allowed_filetypes\": [{\"name\": \"FASTQ\"}],\n \"name\": \"Input FASTQ\",\n \"description\": \"Input FASTQ File\"\n }\n ]\n }\n}",
4 "format-version": "0.1",
5 "name": "RNA-seq (SE) Quantification - Human",
6 "steps": {
7 "0": {
8 "annotation": "",
9 "content_id": null,
10 "id": 0,
11 "input_connections": {},
12 "inputs": [
13 {
14 "description": "",
15 "name": "Input Dataset"
16 }
17 ],
18 "label": null,
19 "name": "Input dataset",
20 "outputs": [],
21 "position": {
22 "left": 200,
23 "top": 344.5
24 },
25 "tool_errors": null,
26 "tool_id": null,
27 "tool_state": "{\"name\": \"Input Dataset\"}",
28 "tool_version": null,
29 "type": "data_input",
30 "uuid": "3a75a1bc-f187-4eee-909a-ab1ccf4d5bc0",
31 "workflow_outputs": []
32 },
33 "1": {
34 "annotation": "",
35 "content_id": "toolshed.g2.bx.psu.edu/repos/kevyin/fastq_groomer_parallel/fastq_groomer_parallel/0.3.1",
36 "id": 1,
37 "input_connections": {
38 "input_file": {
39 "id": 0,
40 "output_name": "output"
41 }
42 },
43 "inputs": [],
44 "label": null,
45 "name": "FASTQ Parallel Groomer",
46 "outputs": [
47 {
48 "name": "output_file",
49 "type": "fastqsanger"
50 }
51 ],
52 "position": {
53 "left": 455.5,
54 "top": 321.5
55 },
56 "post_job_actions": {
57 "HideDatasetActionoutput_file": {
58 "action_arguments": {},
59 "action_type": "HideDatasetAction",
60 "output_name": "output_file"
61 }
62 },
63 "tool_errors": null,
64 "tool_id": "toolshed.g2.bx.psu.edu/repos/kevyin/fastq_groomer_parallel/fastq_groomer_parallel/0.3.1",
65 "tool_state": "{\"__page__\": 0, \"input_type\": \"\\\"sanger\\\"\", \"__rerun_remap_job_id__\": null, \"options_type\": \"{\\\"options_type_selector\\\": \\\"basic\\\", \\\"__current_case__\\\": 0}\", \"input_file\": \"null\"}",
66 "tool_version": "0.3.1",
67 "type": "tool",
68 "uuid": "adde7e9a-d352-4e47-9be7-99fbbd6cf814",
69 "workflow_outputs": []
70 },
71 "2": {
72 "annotation": "",
73 "content_id": "toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3",
74 "id": 2,
75 "input_connections": {
76 "paired_end|fastq_in": {
77 "id": 1,
78 "output_name": "output_file"
79 }
80 },
81 "inputs": [],
82 "label": null,
83 "name": "Trimmomatic",
84 "outputs": [
85 {
86 "name": "fastq_out_paired",
87 "type": "input"
88 },
89 {
90 "name": "fastq_out_unpaired",
91 "type": "input"
92 },
93 {
94 "name": "fastq_out_r1_paired",
95 "type": "fastqsanger"
96 },
97 {
98 "name": "fastq_out_r2_paired",
99 "type": "fastqsanger"
100 },
101 {
102 "name": "fastq_out_r1_unpaired",
103 "type": "fastqsanger"
104 },
105 {
106 "name": "fastq_out_r2_unpaired",
107 "type": "fastqsanger"
108 },
109 {
110 "name": "fastq_out",
111 "type": "fastqsanger"
112 }
113 ],
114 "position": {
115 "left": 826,
116 "top": 297.5
117 },
118 "post_job_actions": {
119 "HideDatasetActionfastq_out": {
120 "action_arguments": {},
121 "action_type": "HideDatasetAction",
122 "output_name": "fastq_out"
123 },
124 "HideDatasetActionfastq_out_paired": {
125 "action_arguments": {},
126 "action_type": "HideDatasetAction",
127 "output_name": "fastq_out_paired"
128 },
129 "HideDatasetActionfastq_out_r1_paired": {
130 "action_arguments": {},
131 "action_type": "HideDatasetAction",
132 "output_name": "fastq_out_r1_paired"
133 },
134 "HideDatasetActionfastq_out_r1_unpaired": {
135 "action_arguments": {},
136 "action_type": "HideDatasetAction",
137 "output_name": "fastq_out_r1_unpaired"
138 },
139 "HideDatasetActionfastq_out_r2_paired": {
140 "action_arguments": {},
141 "action_type": "HideDatasetAction",
142 "output_name": "fastq_out_r2_paired"
143 },
144 "HideDatasetActionfastq_out_r2_unpaired": {
145 "action_arguments": {},
146 "action_type": "HideDatasetAction",
147 "output_name": "fastq_out_r2_unpaired"
148 },
149 "HideDatasetActionfastq_out_unpaired": {
150 "action_arguments": {},
151 "action_type": "HideDatasetAction",
152 "output_name": "fastq_out_unpaired"
153 }
154 },
155 "tool_errors": null,
156 "tool_id": "toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3",
157 "tool_state": "{\"operations\": \"[{\\\"__index__\\\": 0, \\\"operation\\\": {\\\"window_size\\\": \\\"4\\\", \\\"name\\\": \\\"SLIDINGWINDOW\\\", \\\"__current_case__\\\": 0, \\\"required_quality\\\": \\\"20\\\"}}]\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"paired_end\": \"{\\\"fastq_in\\\": null, \\\"is_paired_end\\\": \\\"False\\\", \\\"__current_case__\\\": 0}\", \"illuminaclip\": \"{\\\"seed_mismatches\\\": \\\"2\\\", \\\"adapter_fasta\\\": \\\"TruSeq3-SE.fa\\\", \\\"__current_case__\\\": 0, \\\"palindrome_clip_threshold\\\": \\\"30\\\", \\\"do_illuminaclip\\\": \\\"True\\\", \\\"simple_clip_threshold\\\": \\\"10\\\"}\"}",
158 "tool_version": "0.32.3",
159 "type": "tool",
160 "uuid": "bb4932e0-9c43-465f-8f73-c250bfe0da87",
161 "workflow_outputs": []
162 },
163 "3": {
164 "annotation": "{\n\"accepted_hits\": {\n\"name\": \"tophat_accepted_hits\", \"description\": \"\",\n\"type\": \"bam\"\n}\n}",
165 "content_id": "toolshed.g2.bx.psu.edu/repos/scottx611x/tophat2_with_gene_annotations/tophat2/2.1.0",
166 "id": 3,
167 "input_connections": {
168 "singlePaired|input1": {
169 "id": 2,
170 "output_name": "fastq_out"
171 }
172 },
173 "inputs": [],
174 "label": null,
175 "name": "TopHat",
176 "outputs": [
177 {
178 "name": "align_summary",
179 "type": "txt"
180 },
181 {
182 "name": "fusions",
183 "type": "tabular"
184 },
185 {
186 "name": "insertions",
187 "type": "bed"
188 },
189 {
190 "name": "deletions",
191 "type": "bed"
192 },
193 {
194 "name": "junctions",
195 "type": "bed"
196 },
197 {
198 "name": "accepted_hits",
199 "type": "bam"
200 },
201 {
202 "name": "unmapped",
203 "type": "bam"
204 }
205 ],
206 "position": {
207 "left": 1189,
208 "top": 296.5
209 },
210 "post_job_actions": {
211 "HideDatasetActionalign_summary": {
212 "action_arguments": {},
213 "action_type": "HideDatasetAction",
214 "output_name": "align_summary"
215 },
216 "HideDatasetActiondeletions": {
217 "action_arguments": {},
218 "action_type": "HideDatasetAction",
219 "output_name": "deletions"
220 },
221 "HideDatasetActionfusions": {
222 "action_arguments": {},
223 "action_type": "HideDatasetAction",
224 "output_name": "fusions"
225 },
226 "HideDatasetActioninsertions": {
227 "action_arguments": {},
228 "action_type": "HideDatasetAction",
229 "output_name": "insertions"
230 },
231 "HideDatasetActionjunctions": {
232 "action_arguments": {},
233 "action_type": "HideDatasetAction",
234 "output_name": "junctions"
235 },
236 "HideDatasetActionunmapped": {
237 "action_arguments": {},
238 "action_type": "HideDatasetAction",
239 "output_name": "unmapped"
240 }
241 },
242 "tool_errors": null,
243 "tool_id": "toolshed.g2.bx.psu.edu/repos/scottx611x/tophat2_with_gene_annotations/tophat2/2.1.0",
244 "tool_state": "{\"__page__\": 0, \"singlePaired\": \"{\\\"sPaired\\\": \\\"single\\\", \\\"input1\\\": null, \\\"__current_case__\\\": 0}\", \"__rerun_remap_job_id__\": null, \"readGroup\": \"{\\\"__current_case__\\\": 1, \\\"specReadGroup\\\": \\\"no\\\"}\", \"params\": \"{\\\"min_intron_length\\\": \\\"70\\\", \\\"min_segment_intron\\\": \\\"50\\\", \\\"fusion_search\\\": {\\\"__current_case__\\\": 0, \\\"do_search\\\": \\\"No\\\"}, \\\"seg_mismatches\\\": \\\"2\\\", \\\"library_type\\\": \\\"fr-unstranded\\\", \\\"settingsType\\\": \\\"full\\\", \\\"coverage_search\\\": {\\\"use_search\\\": \\\"No\\\", \\\"__current_case__\\\": 2}, \\\"splice_mismatches\\\": \\\"0\\\", \\\"max_multihits\\\": \\\"20\\\", \\\"bowtie_n\\\": \\\"No\\\", \\\"read_realign_edit_dist\\\": \\\"1000\\\", \\\"max_intron_length\\\": \\\"500000\\\", \\\"anchor_length\\\": \\\"8\\\", \\\"microexon_search\\\": \\\"No\\\", \\\"indel_search\\\": {\\\"max_insertion_length\\\": \\\"3\\\", \\\"max_deletion_length\\\": \\\"3\\\", \\\"__current_case__\\\": 1, \\\"allow_indel_search\\\": \\\"Yes\\\"}, \\\"read_edit_dist\\\": \\\"2\\\", \\\"output_unmapped\\\": \\\"False\\\", \\\"own_junctions\\\": {\\\"gene_model_ann\\\": {\\\"gene_annotation_model\\\": \\\"hg19_genes.gtf\\\", \\\"use_annotations\\\": \\\"indexed\\\", \\\"__current_case__\\\": 1}, \\\"no_novel_juncs\\\": \\\"No\\\", \\\"use_junctions\\\": \\\"Yes\\\", \\\"__current_case__\\\": 0, \\\"raw_juncs\\\": {\\\"use_juncs\\\": \\\"No\\\", \\\"__current_case__\\\": 0}}, \\\"seg_length\\\": \\\"25\\\", \\\"max_segment_intron\\\": \\\"500000\\\", \\\"bowtie2_settings\\\": {\\\"__current_case__\\\": 0, \\\"b2_settings\\\": \\\"No\\\"}, \\\"__current_case__\\\": 1, \\\"read_mismatches\\\": \\\"2\\\"}\", \"refGenomeSource\": \"{\\\"genomeSource\\\": \\\"indexed\\\", \\\"index\\\": \\\"hg19\\\", \\\"__current_case__\\\": 0}\"}",
245 "tool_version": "2.1.0",
246 "type": "tool",
247 "uuid": "3a7aef2e-54d1-4df3-b122-1bd6c47f82f4",
248 "workflow_outputs": [
249 {
250 "label": null,
251 "output_name": "accepted_hits",
252 "uuid": "9e23c9c8-6d51-4262-8118-e87408af546d"
253 }
254 ]
255 },
256 "4": {
257 "annotation": "{\n\"output\": {\n\"name\": \"feature_counts\", \"description\": \"\",\n\"type\": \"tabular\"\n},\n\"output_summary\": {\n\"name\": \"feature_counts_summary\", \"description\": \"\",\n\"type\": \"tabular\"\n}\n}",
258 "content_id": "toolshed.g2.bx.psu.edu/repos/yhoogstrate/featurecounts/featurecounts/1.4.6.p5",
259 "id": 4,
260 "input_connections": {
261 "alignments": {
262 "id": 3,
263 "output_name": "accepted_hits"
264 }
265 },
266 "inputs": [],
267 "label": null,
268 "name": "featureCounts",
269 "outputs": [
270 {
271 "name": "output",
272 "type": "tabular"
273 },
274 {
275 "name": "output_summary",
276 "type": "tabular"
277 }
278 ],
279 "position": {
280 "left": 1458,
281 "top": 329.5
282 },
283 "post_job_actions": {},
284 "tool_errors": null,
285 "tool_id": "toolshed.g2.bx.psu.edu/repos/yhoogstrate/featurecounts/featurecounts/1.4.6.p5",
286 "tool_state": "{\"__page__\": 0, \"reference_gene_sets_source\": \"{\\\"reference_gene_sets\\\": \\\"/mnt/galaxyIndices/gene_annotations/hg19_genes.gtf\\\", \\\"__current_case__\\\": 2, \\\"source_select\\\": \\\"indexed_all\\\"}\", \"format\": \"\\\"tabdel_short\\\"\", \"__rerun_remap_job_id__\": null, \"alignments\": \"null\", \"extended_parameters\": \"{\\\"parameters\\\": \\\"default\\\", \\\"__current_case__\\\": 0}\"}",
287 "tool_version": "1.4.6.p5",
288 "type": "tool",
289 "uuid": "b9e02609-d9f9-4da0-af00-8055b6419277",
290 "workflow_outputs": [
291 {
292 "label": null,
293 "output_name": "output_summary",
294 "uuid": "476d9beb-5820-4498-93c0-87079895fd10"
295 },
296 {
297 "label": null,
298 "output_name": "output",
299 "uuid": "483b114c-cd63-4e0b-8ea8-ed7c319f457e"
300 }
301 ]
302 }
303 },
304 "uuid": "6a4fe32e-798e-4646-9ad6-70c3bbf0412c"
305 }