Mercurial > repos > scisjnu123 > ngsap_vc
comparison ngsap-vc/SVDetect.ga @ 3:0d10255b5434 draft default tip
Uploaded
author | scisjnu123 |
---|---|
date | Thu, 03 Oct 2019 10:42:15 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2c7824a8d764 | 3:0d10255b5434 |
---|---|
1 { | |
2 "a_galaxy_workflow": "true", | |
3 "annotation": "SVDetect workflow.", | |
4 "format-version": "0.1", | |
5 "name": "SVDetect", | |
6 "steps": { | |
7 "0": { | |
8 "annotation": "", | |
9 "id": 0, | |
10 "input_connections": {}, | |
11 "inputs": [], | |
12 "label": null, | |
13 "name": "Import data", | |
14 "outputs": [ | |
15 { | |
16 "name": "outbamfile", | |
17 "type": "bam" | |
18 }, | |
19 { | |
20 "name": "outlenfile", | |
21 "type": "len" | |
22 }, | |
23 { | |
24 "name": "outsvfile", | |
25 "type": "sv" | |
26 } | |
27 ], | |
28 "position": { | |
29 "left": 171.99998474121094, | |
30 "top": 168 | |
31 }, | |
32 "post_job_actions": {}, | |
33 "tool_errors": null, | |
34 "tool_id": "toolshed.g2.bx.psu.edu/repos/bzeitouni/svdetect/svdetect_import/1.0.0", | |
35 "tool_state": "{\"file_name\": \"\\\"file1\\\"\", \"__rerun_remap_job_id__\": null, \"type\": \"{\\\"file_type\\\": \\\"bam\\\", \\\"__current_case__\\\": 0}\", \"file_path\": \"\\\"\\\"\", \"__page__\": 0}", | |
36 "tool_version": "1.0.0", | |
37 "type": "tool", | |
38 "user_outputs": [], | |
39 "uuid": "296478bf-9b67-47e8-9685-ced05bad2857" | |
40 }, | |
41 "1": { | |
42 "annotation": "", | |
43 "id": 1, | |
44 "input_connections": {}, | |
45 "inputs": [], | |
46 "label": null, | |
47 "name": "Import data", | |
48 "outputs": [ | |
49 { | |
50 "name": "outbamfile", | |
51 "type": "bam" | |
52 }, | |
53 { | |
54 "name": "outlenfile", | |
55 "type": "len" | |
56 }, | |
57 { | |
58 "name": "outsvfile", | |
59 "type": "sv" | |
60 } | |
61 ], | |
62 "position": { | |
63 "left": 266.99998474121094, | |
64 "top": 430.99998474121094 | |
65 }, | |
66 "post_job_actions": {}, | |
67 "tool_errors": null, | |
68 "tool_id": "toolshed.g2.bx.psu.edu/repos/bzeitouni/svdetect/svdetect_import/1.0.0", | |
69 "tool_state": "{\"file_name\": \"\\\"file1\\\"\", \"__rerun_remap_job_id__\": null, \"type\": \"{\\\"file_type\\\": \\\"len\\\", \\\"__current_case__\\\": 1}\", \"file_path\": \"\\\"\\\"\", \"__page__\": 0}", | |
70 "tool_version": "1.0.0", | |
71 "type": "tool", | |
72 "user_outputs": [], | |
73 "uuid": "481cf408-cef1-4ccd-bd08-9394bac04050" | |
74 }, | |
75 "2": { | |
76 "annotation": "", | |
77 "id": 2, | |
78 "input_connections": { | |
79 "inputBam": { | |
80 "id": 0, | |
81 "output_name": "outbamfile" | |
82 } | |
83 }, | |
84 "inputs": [], | |
85 "label": null, | |
86 "name": "BAM preprocessing", | |
87 "outputs": [ | |
88 { | |
89 "name": "abBAM", | |
90 "type": "bam" | |
91 }, | |
92 { | |
93 "name": "log", | |
94 "type": "txt" | |
95 }, | |
96 { | |
97 "name": "normBAM", | |
98 "type": "bam" | |
99 } | |
100 ], | |
101 "position": { | |
102 "left": 344.49998474121094, | |
103 "top": 224 | |
104 }, | |
105 "post_job_actions": {}, | |
106 "tool_errors": null, | |
107 "tool_id": "toolshed.g2.bx.psu.edu/repos/bzeitouni/svdetect/svdetect_preprocessing/1.0.0", | |
108 "tool_state": "{\"__page__\": 0, \"isizeMin\": \"\\\"0\\\"\", \"newBam\": \"{\\\"__current_case__\\\": 1, \\\"pairNormal\\\": \\\"no\\\"}\", \"isizeMax\": \"\\\"10000\\\"\", \"inputBam\": \"null\", \"__rerun_remap_job_id__\": null, \"nbrePair\": \"\\\"1000000\\\"\", \"readType\": \"\\\"1\\\"\", \"sample_name\": \"\\\"sample\\\"\", \"pairType\": \"\\\"1\\\"\", \"foldPair\": \"\\\"3.0\\\"\"}", | |
109 "tool_version": "1.0.0", | |
110 "type": "tool", | |
111 "user_outputs": [], | |
112 "uuid": "01f2c8d8-123b-4eac-9c5e-6101e9264dbf" | |
113 }, | |
114 "3": { | |
115 "annotation": "", | |
116 "id": 3, | |
117 "input_connections": { | |
118 "cmap_file": { | |
119 "id": 1, | |
120 "output_name": "outlenfile" | |
121 }, | |
122 "mates_file": { | |
123 "id": 2, | |
124 "output_name": "abBAM" | |
125 } | |
126 }, | |
127 "inputs": [], | |
128 "label": null, | |
129 "name": "Detect clusters of anomalously mapped pairs", | |
130 "outputs": [ | |
131 { | |
132 "name": "sv_file", | |
133 "type": "sv" | |
134 }, | |
135 { | |
136 "name": "circos_file", | |
137 "type": "segdup" | |
138 }, | |
139 { | |
140 "name": "bed_file", | |
141 "type": "bed" | |
142 }, | |
143 { | |
144 "name": "log_file", | |
145 "type": "txt" | |
146 } | |
147 ], | |
148 "position": { | |
149 "left": 472.49998474121094, | |
150 "top": 375.99998474121094 | |
151 }, | |
152 "post_job_actions": {}, | |
153 "tool_errors": null, | |
154 "tool_id": "toolshed.g2.bx.psu.edu/repos/bzeitouni/svdetect/svdetect_run_parallel/1.0.0", | |
155 "tool_state": "{\"__page__\": 0, \"sv_type\": \"\\\"all\\\"\", \"getLinks\": \"{\\\"window_size\\\": \\\"3000\\\", \\\"step_length\\\": \\\"250\\\", \\\"splitmate\\\": \\\"True\\\", \\\"__current_case__\\\": 1, \\\"linking\\\": \\\"linking\\\"}\", \"mates_file\": \"null\", \"__rerun_remap_job_id__\": null, \"getFilteredLinks\": \"{\\\"nb_pairs_threshold\\\": \\\"5\\\", \\\"filtering\\\": \\\"filtering\\\", \\\"chromosomes\\\": \\\"\\\", \\\"file_conversion\\\": {\\\"file_conversion_select\\\": \\\"do_not_convert\\\", \\\"__current_case__\\\": 0}, \\\"splitlink\\\": \\\"False\\\", \\\"filter1\\\": {\\\"strand_filtering\\\": \\\"strand\\\", \\\"final_score_threshold\\\": \\\"1.0\\\", \\\"__current_case__\\\": 1, \\\"filter2\\\": {\\\"nb_pairs_order_threshold\\\": \\\"2\\\", \\\"order_filtering\\\": \\\"order\\\", \\\"__current_case__\\\": 1, \\\"filter3\\\": {\\\"indel_sigma_threshold\\\": \\\"3.0\\\", \\\"dup_sigma_threshold\\\": \\\"3.0\\\", \\\"singleton_sigma_threshold\\\": \\\"4.0\\\", \\\"__current_case__\\\": 1, \\\"insert_size_filtering\\\": \\\"insert\\\"}, \\\"mu_length\\\": \\\"3000\\\", \\\"sigma_length\\\": \\\"250\\\"}}, \\\"__current_case__\\\": 1, \\\"links2SV\\\": \\\"True\\\"}\", \"read2_length\": \"\\\"50\\\"\", \"read1_length\": \"\\\"50\\\"\", \"sample_name\": \"\\\"sample\\\"\", \"mates_orientation\": \"\\\"FR\\\"\", \"cmap_file\": \"null\"}", | |
156 "tool_version": "1.0.0", | |
157 "type": "tool", | |
158 "user_outputs": [], | |
159 "uuid": "2edd1fca-fc2d-453e-aead-c95a2e250d0a" | |
160 } | |
161 }, | |
162 "uuid": "bb58fd42-403a-48ad-80d2-59d81f0c8f0b" | |
163 } |