comparison chemicaltoolbox_merging_chemical_databases_workflow.ga @ 0:e1bc8415f875 draft

Uploaded
author bgruening
date Mon, 26 Aug 2013 07:37:31 -0400
parents
children 3376374ca458
comparison
equal deleted inserted replaced
-1:000000000000 0:e1bc8415f875
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "Runs the chemicaltoolbox to merge chemical libraries.<br />\n<br />\nThis workflow is <a href=\"https://github.com/bgruening/galaxytools/tree/master/workflows/chemicaltoolbox\" target=\"_blank\">available on the Galaxy Tool Shed</a> with a README file giving more information, and full citation details (Gruening et al. 2013).",
4 "format-version": "0.1",
5 "name": "Preparation of a large compound library by merging of chemical databases.",
6 "steps": {
7 "0": {
8 "annotation": "",
9 "id": 0,
10 "input_connections": {},
11 "inputs": [],
12 "name": "Online data",
13 "outputs": [
14 {
15 "name": "output",
16 "type": "txt"
17 }
18 ],
19 "position": {
20 "left": 291,
21 "top": 391
22 },
23 "post_job_actions": {
24 "ChangeDatatypeActionoutput": {
25 "action_arguments": {
26 "newtype": "sdf"
27 },
28 "action_type": "ChangeDatatypeAction",
29 "output_name": "output"
30 },
31 "HideDatasetActionoutput": {
32 "action_arguments": {},
33 "action_type": "HideDatasetAction",
34 "output_name": "output"
35 }
36 },
37 "tool_errors": null,
38 "tool_id": "ctb_online_data_fetch",
39 "tool_state": "{\"__page__\": 0, \"whitelist\": \"\\\"\\\"\", \"url_paste\": \"\\\"http://www.drugbank.ca/system/downloads/current/structures/all.sdf.zip\\\"\"}",
40 "tool_version": "0.2",
41 "type": "tool",
42 "user_outputs": []
43 },
44 "1": {
45 "annotation": "",
46 "id": 1,
47 "input_connections": {},
48 "inputs": [],
49 "name": "Online data",
50 "outputs": [
51 {
52 "name": "output",
53 "type": "txt"
54 }
55 ],
56 "position": {
57 "left": 304,
58 "top": 733
59 },
60 "post_job_actions": {
61 "ChangeDatatypeActionoutput": {
62 "action_arguments": {
63 "newtype": "tabular"
64 },
65 "action_type": "ChangeDatatypeAction",
66 "output_name": "output"
67 },
68 "HideDatasetActionoutput": {
69 "action_arguments": {},
70 "action_type": "HideDatasetAction",
71 "output_name": "output"
72 }
73 },
74 "tool_errors": null,
75 "tool_id": "ctb_online_data_fetch",
76 "tool_state": "{\"__page__\": 0, \"whitelist\": \"\\\"\\\"\", \"url_paste\": \"\\\"http://zinc.docking.org/db/bysubset/6/6_p0.smi.gz\\\\nhttp://zinc.docking.org/db/bysubset/46/46_p0.smi.gz\\\"\"}",
77 "tool_version": "0.2",
78 "type": "tool",
79 "user_outputs": []
80 },
81 "2": {
82 "annotation": "",
83 "id": 2,
84 "input_connections": {},
85 "inputs": [],
86 "name": "Online data",
87 "outputs": [
88 {
89 "name": "output",
90 "type": "txt"
91 }
92 ],
93 "position": {
94 "left": 305,
95 "top": 1048
96 },
97 "post_job_actions": {
98 "ChangeDatatypeActionoutput": {
99 "action_arguments": {
100 "newtype": "sdf"
101 },
102 "action_type": "ChangeDatatypeAction",
103 "output_name": "output"
104 },
105 "HideDatasetActionoutput": {
106 "action_arguments": {},
107 "action_type": "HideDatasetAction",
108 "output_name": "output"
109 }
110 },
111 "tool_errors": null,
112 "tool_id": "ctb_online_data_fetch",
113 "tool_state": "{\"__page__\": 0, \"whitelist\": \"\\\"\\\"\", \"url_paste\": \"\\\"ftp://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latest/chembl_16.sdf.gz\\\"\"}",
114 "tool_version": "0.2",
115 "type": "tool",
116 "user_outputs": []
117 },
118 "3": {
119 "annotation": "",
120 "id": 3,
121 "input_connections": {},
122 "inputs": [],
123 "name": "PubChem Download",
124 "outputs": [
125 {
126 "name": "pubchem_smi",
127 "type": "smi"
128 }
129 ],
130 "position": {
131 "left": 312,
132 "top": 1448
133 },
134 "post_job_actions": {
135 "ChangeDatatypeActionpubchem_smi": {
136 "action_arguments": {
137 "newtype": "tabular"
138 },
139 "action_type": "ChangeDatatypeAction",
140 "output_name": "pubchem_smi"
141 },
142 "HideDatasetActionpubchem_smi": {
143 "action_arguments": {},
144 "action_type": "HideDatasetAction",
145 "output_name": "pubchem_smi"
146 }
147 },
148 "tool_errors": null,
149 "tool_id": "ctb_pubchem_download_as_smiles",
150 "tool_state": "{\"__page__\": 0, \"infile\": \"null\"}",
151 "tool_version": "1.0.0",
152 "type": "tool",
153 "user_outputs": []
154 },
155 "4": {
156 "annotation": "",
157 "id": 4,
158 "input_connections": {
159 "infile": {
160 "id": 0,
161 "output_name": "output"
162 }
163 },
164 "inputs": [],
165 "name": "Change Title",
166 "outputs": [
167 {
168 "name": "outfile",
169 "type": "sdf"
170 }
171 ],
172 "position": {
173 "left": 584,
174 "top": 297
175 },
176 "post_job_actions": {
177 "HideDatasetActionoutfile": {
178 "action_arguments": {},
179 "action_type": "HideDatasetAction",
180 "output_name": "outfile"
181 }
182 },
183 "tool_errors": null,
184 "tool_id": "ctb_change_title",
185 "tool_state": "{\"__page__\": 0, \"infile\": \"null\", \"key\": \"\\\"DRUGBANK_ID\\\"\"}",
186 "tool_version": "0.0.1",
187 "type": "tool",
188 "user_outputs": []
189 },
190 "5": {
191 "annotation": "",
192 "id": 5,
193 "input_connections": {
194 "input": {
195 "id": 1,
196 "output_name": "output"
197 }
198 },
199 "inputs": [],
200 "name": "Filter",
201 "outputs": [
202 {
203 "name": "out_file1",
204 "type": "input"
205 }
206 ],
207 "position": {
208 "left": 593,
209 "top": 624
210 },
211 "post_job_actions": {
212 "ChangeDatatypeActionout_file1": {
213 "action_arguments": {
214 "newtype": "smi"
215 },
216 "action_type": "ChangeDatatypeAction",
217 "output_name": "out_file1"
218 },
219 "HideDatasetActionout_file1": {
220 "action_arguments": {},
221 "action_type": "HideDatasetAction",
222 "output_name": "out_file1"
223 }
224 },
225 "tool_errors": null,
226 "tool_id": "Filter1",
227 "tool_state": "{\"input\": \"null\", \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c1.strip()!='' and c1.strip()!='.'\\\"\", \"__page__\": 0}",
228 "tool_version": "1.1.0",
229 "type": "tool",
230 "user_outputs": []
231 },
232 "6": {
233 "annotation": "",
234 "id": 6,
235 "input_connections": {
236 "infile": {
237 "id": 2,
238 "output_name": "output"
239 }
240 },
241 "inputs": [],
242 "name": "Change Title",
243 "outputs": [
244 {
245 "name": "outfile",
246 "type": "sdf"
247 }
248 ],
249 "position": {
250 "left": 592,
251 "top": 988
252 },
253 "post_job_actions": {
254 "HideDatasetActionoutfile": {
255 "action_arguments": {},
256 "action_type": "HideDatasetAction",
257 "output_name": "outfile"
258 }
259 },
260 "tool_errors": null,
261 "tool_id": "ctb_change_title",
262 "tool_state": "{\"__page__\": 0, \"infile\": \"null\", \"key\": \"\\\"chembl_id\\\"\"}",
263 "tool_version": "0.0.1",
264 "type": "tool",
265 "user_outputs": []
266 },
267 "7": {
268 "annotation": "",
269 "id": 7,
270 "input_connections": {
271 "input": {
272 "id": 3,
273 "output_name": "pubchem_smi"
274 }
275 },
276 "inputs": [],
277 "name": "Filter",
278 "outputs": [
279 {
280 "name": "out_file1",
281 "type": "input"
282 }
283 ],
284 "position": {
285 "left": 623,
286 "top": 1365
287 },
288 "post_job_actions": {
289 "ChangeDatatypeActionout_file1": {
290 "action_arguments": {
291 "newtype": "smi"
292 },
293 "action_type": "ChangeDatatypeAction",
294 "output_name": "out_file1"
295 },
296 "HideDatasetActionout_file1": {
297 "action_arguments": {},
298 "action_type": "HideDatasetAction",
299 "output_name": "out_file1"
300 }
301 },
302 "tool_errors": null,
303 "tool_id": "Filter1",
304 "tool_state": "{\"input\": \"null\", \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c1.strip()!='' and c1.strip()!='.'\\\"\", \"__page__\": 0}",
305 "tool_version": "1.1.0",
306 "type": "tool",
307 "user_outputs": []
308 },
309 "8": {
310 "annotation": "",
311 "id": 8,
312 "input_connections": {
313 "infile": {
314 "id": 4,
315 "output_name": "outfile"
316 }
317 },
318 "inputs": [],
319 "name": "Compound Convert",
320 "outputs": [
321 {
322 "name": "outfile",
323 "type": "text"
324 }
325 ],
326 "position": {
327 "left": 537,
328 "top": 410
329 },
330 "post_job_actions": {
331 "ChangeDatatypeActionoutfile": {
332 "action_arguments": {
333 "newtype": "tabular"
334 },
335 "action_type": "ChangeDatatypeAction",
336 "output_name": "outfile"
337 },
338 "HideDatasetActionoutfile": {
339 "action_arguments": {},
340 "action_type": "HideDatasetAction",
341 "output_name": "outfile"
342 }
343 },
344 "tool_errors": null,
345 "tool_id": "ctb_compound_convert",
346 "tool_state": "{\"__page__\": 0, \"dative_bonds\": \"\\\"True\\\"\", \"appendtotitle\": \"\\\"\\\"\", \"remove_h\": \"\\\"False\\\"\", \"oformat\": \"{\\\"can_iso_chi\\\": \\\"False\\\", \\\"can_atomclass_out\\\": \\\"False\\\", \\\"can_rad\\\": \\\"False\\\", \\\"can_exp_h\\\": \\\"False\\\", \\\"oformat_opts_selector\\\": \\\"can\\\", \\\"__current_case__\\\": 10}\", \"ph\": \"\\\"7.0\\\"\", \"unique\": \"{\\\"unique_opts_selector\\\": \\\"\\\", \\\"__current_case__\\\": 0}\", \"infile\": \"null\"}",
347 "tool_version": "1.0.0",
348 "type": "tool",
349 "user_outputs": []
350 },
351 "9": {
352 "annotation": "",
353 "id": 9,
354 "input_connections": {
355 "infile": {
356 "id": 5,
357 "output_name": "out_file1"
358 }
359 },
360 "inputs": [],
361 "name": "Compound Convert",
362 "outputs": [
363 {
364 "name": "outfile",
365 "type": "text"
366 }
367 ],
368 "position": {
369 "left": 537,
370 "top": 741
371 },
372 "post_job_actions": {
373 "ChangeDatatypeActionoutfile": {
374 "action_arguments": {
375 "newtype": "tabular"
376 },
377 "action_type": "ChangeDatatypeAction",
378 "output_name": "outfile"
379 },
380 "HideDatasetActionoutfile": {
381 "action_arguments": {},
382 "action_type": "HideDatasetAction",
383 "output_name": "outfile"
384 }
385 },
386 "tool_errors": null,
387 "tool_id": "ctb_compound_convert",
388 "tool_state": "{\"__page__\": 0, \"dative_bonds\": \"\\\"True\\\"\", \"appendtotitle\": \"\\\"\\\"\", \"remove_h\": \"\\\"False\\\"\", \"oformat\": \"{\\\"can_iso_chi\\\": \\\"False\\\", \\\"can_atomclass_out\\\": \\\"False\\\", \\\"can_rad\\\": \\\"False\\\", \\\"can_exp_h\\\": \\\"False\\\", \\\"oformat_opts_selector\\\": \\\"can\\\", \\\"__current_case__\\\": 10}\", \"ph\": \"\\\"7.0\\\"\", \"unique\": \"{\\\"unique_opts_selector\\\": \\\"\\\", \\\"__current_case__\\\": 0}\", \"infile\": \"null\"}",
389 "tool_version": "1.0.0",
390 "type": "tool",
391 "user_outputs": []
392 },
393 "10": {
394 "annotation": "",
395 "id": 10,
396 "input_connections": {
397 "infile": {
398 "id": 6,
399 "output_name": "outfile"
400 }
401 },
402 "inputs": [],
403 "name": "Compound Convert",
404 "outputs": [
405 {
406 "name": "outfile",
407 "type": "text"
408 }
409 ],
410 "position": {
411 "left": 557,
412 "top": 1115
413 },
414 "post_job_actions": {
415 "ChangeDatatypeActionoutfile": {
416 "action_arguments": {
417 "newtype": "tabular"
418 },
419 "action_type": "ChangeDatatypeAction",
420 "output_name": "outfile"
421 },
422 "HideDatasetActionoutfile": {
423 "action_arguments": {},
424 "action_type": "HideDatasetAction",
425 "output_name": "outfile"
426 }
427 },
428 "tool_errors": null,
429 "tool_id": "ctb_compound_convert",
430 "tool_state": "{\"__page__\": 0, \"dative_bonds\": \"\\\"True\\\"\", \"appendtotitle\": \"\\\"\\\"\", \"remove_h\": \"\\\"False\\\"\", \"oformat\": \"{\\\"can_iso_chi\\\": \\\"False\\\", \\\"can_atomclass_out\\\": \\\"False\\\", \\\"can_rad\\\": \\\"False\\\", \\\"can_exp_h\\\": \\\"False\\\", \\\"oformat_opts_selector\\\": \\\"can\\\", \\\"__current_case__\\\": 10}\", \"ph\": \"\\\"7.0\\\"\", \"unique\": \"{\\\"unique_opts_selector\\\": \\\"\\\", \\\"__current_case__\\\": 0}\", \"infile\": \"null\"}",
431 "tool_version": "1.0.0",
432 "type": "tool",
433 "user_outputs": []
434 },
435 "11": {
436 "annotation": "",
437 "id": 11,
438 "input_connections": {
439 "infile": {
440 "id": 7,
441 "output_name": "out_file1"
442 }
443 },
444 "inputs": [],
445 "name": "Compound Convert",
446 "outputs": [
447 {
448 "name": "outfile",
449 "type": "text"
450 }
451 ],
452 "position": {
453 "left": 576,
454 "top": 1480
455 },
456 "post_job_actions": {
457 "ChangeDatatypeActionoutfile": {
458 "action_arguments": {
459 "newtype": "tabular"
460 },
461 "action_type": "ChangeDatatypeAction",
462 "output_name": "outfile"
463 },
464 "HideDatasetActionoutfile": {
465 "action_arguments": {},
466 "action_type": "HideDatasetAction",
467 "output_name": "outfile"
468 }
469 },
470 "tool_errors": null,
471 "tool_id": "ctb_compound_convert",
472 "tool_state": "{\"__page__\": 0, \"dative_bonds\": \"\\\"True\\\"\", \"appendtotitle\": \"\\\"\\\"\", \"remove_h\": \"\\\"False\\\"\", \"oformat\": \"{\\\"can_iso_chi\\\": \\\"False\\\", \\\"can_atomclass_out\\\": \\\"False\\\", \\\"can_rad\\\": \\\"False\\\", \\\"can_exp_h\\\": \\\"False\\\", \\\"oformat_opts_selector\\\": \\\"can\\\", \\\"__current_case__\\\": 10}\", \"ph\": \"\\\"7.0\\\"\", \"unique\": \"{\\\"unique_opts_selector\\\": \\\"\\\", \\\"__current_case__\\\": 0}\", \"infile\": \"null\"}",
473 "tool_version": "1.0.0",
474 "type": "tool",
475 "user_outputs": []
476 },
477 "12": {
478 "annotation": "",
479 "id": 12,
480 "input_connections": {
481 "input": {
482 "id": 8,
483 "output_name": "outfile"
484 }
485 },
486 "inputs": [],
487 "name": "Add column",
488 "outputs": [
489 {
490 "name": "out_file1",
491 "type": "input"
492 }
493 ],
494 "position": {
495 "left": 951,
496 "top": 295
497 },
498 "post_job_actions": {
499 "HideDatasetActionout_file1": {
500 "action_arguments": {},
501 "action_type": "HideDatasetAction",
502 "output_name": "out_file1"
503 }
504 },
505 "tool_errors": null,
506 "tool_id": "addValue",
507 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"exp\": \"\\\"_drugbank\\\"\", \"iterate\": \"\\\"no\\\"\"}",
508 "tool_version": "1.0.0",
509 "type": "tool",
510 "user_outputs": []
511 },
512 "13": {
513 "annotation": "",
514 "id": 13,
515 "input_connections": {
516 "input": {
517 "id": 9,
518 "output_name": "outfile"
519 }
520 },
521 "inputs": [],
522 "name": "Add column",
523 "outputs": [
524 {
525 "name": "out_file1",
526 "type": "input"
527 }
528 ],
529 "position": {
530 "left": 963,
531 "top": 635
532 },
533 "post_job_actions": {
534 "HideDatasetActionout_file1": {
535 "action_arguments": {},
536 "action_type": "HideDatasetAction",
537 "output_name": "out_file1"
538 }
539 },
540 "tool_errors": null,
541 "tool_id": "addValue",
542 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"exp\": \"\\\"_zinc\\\"\", \"iterate\": \"\\\"no\\\"\"}",
543 "tool_version": "1.0.0",
544 "type": "tool",
545 "user_outputs": []
546 },
547 "14": {
548 "annotation": "",
549 "id": 14,
550 "input_connections": {
551 "input": {
552 "id": 10,
553 "output_name": "outfile"
554 }
555 },
556 "inputs": [],
557 "name": "Add column",
558 "outputs": [
559 {
560 "name": "out_file1",
561 "type": "input"
562 }
563 ],
564 "position": {
565 "left": 981,
566 "top": 987
567 },
568 "post_job_actions": {
569 "HideDatasetActionout_file1": {
570 "action_arguments": {},
571 "action_type": "HideDatasetAction",
572 "output_name": "out_file1"
573 }
574 },
575 "tool_errors": null,
576 "tool_id": "addValue",
577 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"exp\": \"\\\"_chembldb\\\"\", \"iterate\": \"\\\"no\\\"\"}",
578 "tool_version": "1.0.0",
579 "type": "tool",
580 "user_outputs": []
581 },
582 "15": {
583 "annotation": "",
584 "id": 15,
585 "input_connections": {
586 "input": {
587 "id": 11,
588 "output_name": "outfile"
589 }
590 },
591 "inputs": [],
592 "name": "Add column",
593 "outputs": [
594 {
595 "name": "out_file1",
596 "type": "input"
597 }
598 ],
599 "position": {
600 "left": 995,
601 "top": 1358
602 },
603 "post_job_actions": {
604 "HideDatasetActionout_file1": {
605 "action_arguments": {},
606 "action_type": "HideDatasetAction",
607 "output_name": "out_file1"
608 }
609 },
610 "tool_errors": null,
611 "tool_id": "addValue",
612 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"exp\": \"\\\"_pubchem\\\"\", \"iterate\": \"\\\"no\\\"\"}",
613 "tool_version": "1.0.0",
614 "type": "tool",
615 "user_outputs": []
616 },
617 "16": {
618 "annotation": "",
619 "id": 16,
620 "input_connections": {
621 "input": {
622 "id": 12,
623 "output_name": "out_file1"
624 }
625 },
626 "inputs": [],
627 "name": "Unique",
628 "outputs": [
629 {
630 "name": "outfile",
631 "type": "input"
632 }
633 ],
634 "position": {
635 "left": 960,
636 "top": 420
637 },
638 "post_job_actions": {
639 "ChangeDatatypeActionoutfile": {
640 "action_arguments": {
641 "newtype": "smi"
642 },
643 "action_type": "ChangeDatatypeAction",
644 "output_name": "outfile"
645 },
646 "RenameDatasetActionoutfile": {
647 "action_arguments": {
648 "newname": "Non-redundant DrugBank"
649 },
650 "action_type": "RenameDatasetAction",
651 "output_name": "outfile"
652 }
653 },
654 "tool_errors": null,
655 "tool_id": "bg_uniq",
656 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
657 "tool_version": "0.3",
658 "type": "tool",
659 "user_outputs": []
660 },
661 "17": {
662 "annotation": "",
663 "id": 17,
664 "input_connections": {
665 "input": {
666 "id": 13,
667 "output_name": "out_file1"
668 }
669 },
670 "inputs": [],
671 "name": "Unique",
672 "outputs": [
673 {
674 "name": "outfile",
675 "type": "input"
676 }
677 ],
678 "position": {
679 "left": 955,
680 "top": 757
681 },
682 "post_job_actions": {
683 "ChangeDatatypeActionoutfile": {
684 "action_arguments": {
685 "newtype": "smi"
686 },
687 "action_type": "ChangeDatatypeAction",
688 "output_name": "outfile"
689 },
690 "RenameDatasetActionoutfile": {
691 "action_arguments": {
692 "newname": "Non-redundant ZINC"
693 },
694 "action_type": "RenameDatasetAction",
695 "output_name": "outfile"
696 }
697 },
698 "tool_errors": null,
699 "tool_id": "bg_uniq",
700 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
701 "tool_version": "0.3",
702 "type": "tool",
703 "user_outputs": []
704 },
705 "18": {
706 "annotation": "",
707 "id": 18,
708 "input_connections": {
709 "input": {
710 "id": 14,
711 "output_name": "out_file1"
712 }
713 },
714 "inputs": [],
715 "name": "Unique",
716 "outputs": [
717 {
718 "name": "outfile",
719 "type": "input"
720 }
721 ],
722 "position": {
723 "left": 981,
724 "top": 1122
725 },
726 "post_job_actions": {
727 "ChangeDatatypeActionoutfile": {
728 "action_arguments": {
729 "newtype": "smi"
730 },
731 "action_type": "ChangeDatatypeAction",
732 "output_name": "outfile"
733 },
734 "RenameDatasetActionoutfile": {
735 "action_arguments": {
736 "newname": "Non-redundant ChEMBLdb"
737 },
738 "action_type": "RenameDatasetAction",
739 "output_name": "outfile"
740 }
741 },
742 "tool_errors": null,
743 "tool_id": "bg_uniq",
744 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
745 "tool_version": "0.3",
746 "type": "tool",
747 "user_outputs": []
748 },
749 "19": {
750 "annotation": "",
751 "id": 19,
752 "input_connections": {
753 "input1": {
754 "id": 12,
755 "output_name": "out_file1"
756 },
757 "queries_0|input2": {
758 "id": 13,
759 "output_name": "out_file1"
760 },
761 "queries_1|input2": {
762 "id": 14,
763 "output_name": "out_file1"
764 },
765 "queries_2|input2": {
766 "id": 15,
767 "output_name": "out_file1"
768 }
769 },
770 "inputs": [],
771 "name": "Concatenate datasets",
772 "outputs": [
773 {
774 "name": "out_file1",
775 "type": "input"
776 }
777 ],
778 "position": {
779 "left": 1419,
780 "top": 824
781 },
782 "post_job_actions": {
783 "ChangeDatatypeActionout_file1": {
784 "action_arguments": {
785 "newtype": "tabular"
786 },
787 "action_type": "ChangeDatatypeAction",
788 "output_name": "out_file1"
789 },
790 "HideDatasetActionout_file1": {
791 "action_arguments": {},
792 "action_type": "HideDatasetAction",
793 "output_name": "out_file1"
794 }
795 },
796 "tool_errors": null,
797 "tool_id": "cat1",
798 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"queries\": \"[{\\\"input2\\\": null, \\\"__index__\\\": 0}, {\\\"input2\\\": null, \\\"__index__\\\": 1}, {\\\"input2\\\": null, \\\"__index__\\\": 2}]\"}",
799 "tool_version": "1.0.0",
800 "type": "tool",
801 "user_outputs": []
802 },
803 "20": {
804 "annotation": "",
805 "id": 20,
806 "input_connections": {
807 "input": {
808 "id": 15,
809 "output_name": "out_file1"
810 }
811 },
812 "inputs": [],
813 "name": "Unique",
814 "outputs": [
815 {
816 "name": "outfile",
817 "type": "input"
818 }
819 ],
820 "position": {
821 "left": 1001,
822 "top": 1476
823 },
824 "post_job_actions": {
825 "ChangeDatatypeActionoutfile": {
826 "action_arguments": {
827 "newtype": "smi"
828 },
829 "action_type": "ChangeDatatypeAction",
830 "output_name": "outfile"
831 },
832 "RenameDatasetActionoutfile": {
833 "action_arguments": {
834 "newname": "Non-redundant PubChem"
835 },
836 "action_type": "RenameDatasetAction",
837 "output_name": "outfile"
838 }
839 },
840 "tool_errors": null,
841 "tool_id": "bg_uniq",
842 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
843 "tool_version": "0.3",
844 "type": "tool",
845 "user_outputs": []
846 },
847 "21": {
848 "annotation": "",
849 "id": 21,
850 "input_connections": {
851 "input1": {
852 "id": 19,
853 "output_name": "out_file1"
854 }
855 },
856 "inputs": [],
857 "name": "Merge Columns",
858 "outputs": [
859 {
860 "name": "out_file1",
861 "type": "tabular"
862 }
863 ],
864 "position": {
865 "left": 1763,
866 "top": 907
867 },
868 "post_job_actions": {
869 "HideDatasetActionout_file1": {
870 "action_arguments": {},
871 "action_type": "HideDatasetAction",
872 "output_name": "out_file1"
873 }
874 },
875 "tool_errors": null,
876 "tool_id": "mergeCols1",
877 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"col2\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"3\\\"}\", \"columns\": \"[]\", \"col1\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"2\\\"}\"}",
878 "tool_version": "1.0.1",
879 "type": "tool",
880 "user_outputs": []
881 },
882 "22": {
883 "annotation": "",
884 "id": 22,
885 "input_connections": {
886 "input": {
887 "id": 21,
888 "output_name": "out_file1"
889 }
890 },
891 "inputs": [],
892 "name": "Cut",
893 "outputs": [
894 {
895 "name": "out_file1",
896 "type": "tabular"
897 }
898 ],
899 "position": {
900 "left": 1763,
901 "top": 797
902 },
903 "post_job_actions": {
904 "HideDatasetActionout_file1": {
905 "action_arguments": {},
906 "action_type": "HideDatasetAction",
907 "output_name": "out_file1"
908 }
909 },
910 "tool_errors": null,
911 "tool_id": "Cut1",
912 "tool_state": "{\"columnList\": \"\\\"c1,c4\\\"\", \"input\": \"null\", \"delimiter\": \"\\\"T\\\"\", \"__page__\": 0}",
913 "tool_version": "1.0.2",
914 "type": "tool",
915 "user_outputs": []
916 },
917 "23": {
918 "annotation": "",
919 "id": 23,
920 "input_connections": {
921 "input": {
922 "id": 22,
923 "output_name": "out_file1"
924 }
925 },
926 "inputs": [],
927 "name": "Filter",
928 "outputs": [
929 {
930 "name": "out_file1",
931 "type": "input"
932 }
933 ],
934 "position": {
935 "left": 2094,
936 "top": 912
937 },
938 "post_job_actions": {
939 "HideDatasetActionout_file1": {
940 "action_arguments": {},
941 "action_type": "HideDatasetAction",
942 "output_name": "out_file1"
943 }
944 },
945 "tool_errors": null,
946 "tool_id": "Filter1",
947 "tool_state": "{\"input\": \"null\", \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c1.strip()!='' and c1.strip()!='.'\\\"\", \"__page__\": 0}",
948 "tool_version": "1.1.0",
949 "type": "tool",
950 "user_outputs": []
951 },
952 "24": {
953 "annotation": "",
954 "id": 24,
955 "input_connections": {
956 "input": {
957 "id": 23,
958 "output_name": "out_file1"
959 }
960 },
961 "inputs": [],
962 "name": "Manipulation",
963 "outputs": [
964 {
965 "name": "outfile",
966 "type": "input"
967 }
968 ],
969 "position": {
970 "left": 2099,
971 "top": 804
972 },
973 "post_job_actions": {
974 "HideDatasetActionoutfile": {
975 "action_arguments": {},
976 "action_type": "HideDatasetAction",
977 "output_name": "outfile"
978 }
979 },
980 "tool_errors": null,
981 "tool_id": "sed_stream_editor",
982 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"pattern\": \"\\\"s/ /_/g\\\"\"}",
983 "tool_version": "0.0.1",
984 "type": "tool",
985 "user_outputs": []
986 },
987 "25": {
988 "annotation": "",
989 "id": 25,
990 "input_connections": {
991 "input": {
992 "id": 24,
993 "output_name": "outfile"
994 }
995 },
996 "inputs": [],
997 "name": "Unique",
998 "outputs": [
999 {
1000 "name": "outfile",
1001 "type": "input"
1002 }
1003 ],
1004 "position": {
1005 "left": 2098,
1006 "top": 681
1007 },
1008 "post_job_actions": {
1009 "ChangeDatatypeActionoutfile": {
1010 "action_arguments": {
1011 "newtype": "smi"
1012 },
1013 "action_type": "ChangeDatatypeAction",
1014 "output_name": "outfile"
1015 },
1016 "RenameDatasetActionoutfile": {
1017 "action_arguments": {
1018 "newname": "Non-redundant merged libraries"
1019 },
1020 "action_type": "RenameDatasetAction",
1021 "output_name": "outfile"
1022 }
1023 },
1024 "tool_errors": null,
1025 "tool_id": "bg_uniq",
1026 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
1027 "tool_version": "0.3",
1028 "type": "tool",
1029 "user_outputs": []
1030 },
1031 "26": {
1032 "annotation": "",
1033 "id": 26,
1034 "input_connections": {
1035 "infile": {
1036 "id": 25,
1037 "output_name": "outfile"
1038 }
1039 },
1040 "inputs": [],
1041 "name": "Remove counterions and fragments",
1042 "outputs": [
1043 {
1044 "name": "outfile",
1045 "type": "sdf"
1046 }
1047 ],
1048 "position": {
1049 "left": 2392,
1050 "top": 907
1051 },
1052 "post_job_actions": {
1053 "HideDatasetActionoutfile": {
1054 "action_arguments": {},
1055 "action_type": "HideDatasetAction",
1056 "output_name": "outfile"
1057 }
1058 },
1059 "tool_errors": null,
1060 "tool_id": "ctb_remIons",
1061 "tool_state": "{\"__page__\": 0, \"infile\": \"null\"}",
1062 "tool_version": "1.0",
1063 "type": "tool",
1064 "user_outputs": []
1065 },
1066 "27": {
1067 "annotation": "",
1068 "id": 27,
1069 "input_connections": {
1070 "input": {
1071 "id": 26,
1072 "output_name": "outfile"
1073 }
1074 },
1075 "inputs": [],
1076 "name": "Select",
1077 "outputs": [
1078 {
1079 "name": "out_file1",
1080 "type": "input"
1081 }
1082 ],
1083 "position": {
1084 "left": 2447,
1085 "top": 795
1086 },
1087 "post_job_actions": {
1088 "HideDatasetActionout_file1": {
1089 "action_arguments": {},
1090 "action_type": "HideDatasetAction",
1091 "output_name": "out_file1"
1092 }
1093 },
1094 "tool_errors": null,
1095 "tool_id": "Grep1",
1096 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"invert\": \"\\\"true\\\"\", \"pattern\": \"\\\"\\\\\\\\*\\\"\"}",
1097 "tool_version": "1.0.1",
1098 "type": "tool",
1099 "user_outputs": []
1100 },
1101 "28": {
1102 "annotation": "",
1103 "id": 28,
1104 "input_connections": {
1105 "input": {
1106 "id": 27,
1107 "output_name": "out_file1"
1108 }
1109 },
1110 "inputs": [],
1111 "name": "Unique",
1112 "outputs": [
1113 {
1114 "name": "outfile",
1115 "type": "input"
1116 }
1117 ],
1118 "position": {
1119 "left": 2444,
1120 "top": 678
1121 },
1122 "post_job_actions": {
1123 "ChangeDatatypeActionoutfile": {
1124 "action_arguments": {
1125 "newtype": "tabular"
1126 },
1127 "action_type": "ChangeDatatypeAction",
1128 "output_name": "outfile"
1129 },
1130 "RenameDatasetActionoutfile": {
1131 "action_arguments": {
1132 "newname": "Filtered merged libraries"
1133 },
1134 "action_type": "RenameDatasetAction",
1135 "output_name": "outfile"
1136 }
1137 },
1138 "tool_errors": null,
1139 "tool_id": "bg_uniq",
1140 "tool_state": "{\"adv_opts\": \"{\\\"adv_opts_selector\\\": \\\"basic\\\", \\\"__current_case__\\\": 0}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
1141 "tool_version": "0.3",
1142 "type": "tool",
1143 "user_outputs": []
1144 },
1145 "29": {
1146 "annotation": "",
1147 "id": 29,
1148 "input_connections": {
1149 "input": {
1150 "id": 28,
1151 "output_name": "outfile"
1152 }
1153 },
1154 "inputs": [],
1155 "name": "Unique",
1156 "outputs": [
1157 {
1158 "name": "outfile",
1159 "type": "input"
1160 }
1161 ],
1162 "position": {
1163 "left": 2444,
1164 "top": 562
1165 },
1166 "post_job_actions": {
1167 "ChangeDatatypeActionoutfile": {
1168 "action_arguments": {
1169 "newtype": "smi"
1170 },
1171 "action_type": "ChangeDatatypeAction",
1172 "output_name": "outfile"
1173 },
1174 "RenameDatasetActionoutfile": {
1175 "action_arguments": {
1176 "newname": "Non-redundant filtered merged libraries"
1177 },
1178 "action_type": "RenameDatasetAction",
1179 "output_name": "outfile"
1180 }
1181 },
1182 "tool_errors": null,
1183 "tool_id": "bg_uniq",
1184 "tool_state": "{\"adv_opts\": \"{\\\"column_end\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"column_start\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"adv_opts_selector\\\": \\\"advanced\\\", \\\"__current_case__\\\": 1}\", \"input\": \"null\", \"ignore_case\": \"\\\"False\\\"\", \"is_numeric\": \"\\\"False\\\"\", \"__page__\": 0}",
1185 "tool_version": "0.3",
1186 "type": "tool",
1187 "user_outputs": []
1188 }
1189 }
1190 }