-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPlot_TADs_and_PC.ga
245 lines (245 loc) · 11 KB
/
Plot_TADs_and_PC.ga
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
{
"a_galaxy_workflow": "true",
"annotation": "",
"format-version": "0.1",
"name": "Plot TADs and PC",
"steps": {
"0": {
"annotation": "",
"content_id": null,
"errors": null,
"id": 0,
"input_connections": {},
"inputs": [],
"label": null,
"name": "Input dataset collection",
"outputs": [],
"position": {
"left": 249,
"top": 559
},
"tool_id": null,
"tool_state": "{\"collection_type\": \"list\"}",
"tool_version": null,
"type": "data_collection_input",
"uuid": "01d3d1e6-3d73-4474-946e-ed2294bfd19b",
"workflow_outputs": [
{
"label": null,
"output_name": "output",
"uuid": "0a4010ac-011a-455f-bdc5-ec4a5672c0f3"
}
]
},
"1": {
"annotation": "",
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicfindtads/hicexplorer_hicfindtads/2.1.2.0",
"errors": null,
"id": 1,
"input_connections": {
"matrix_h5_cooler": {
"id": 0,
"output_name": "output"
}
},
"inputs": [
{
"description": "runtime parameter for tool hicFindTADs",
"name": "matrix_h5_cooler"
}
],
"label": null,
"name": "hicFindTADs",
"outputs": [
{
"name": "boundaries",
"type": "bed"
},
{
"name": "score",
"type": "bedgraph"
},
{
"name": "domains",
"type": "bed"
},
{
"name": "boundaries_bin",
"type": "gff"
},
{
"name": "tad_score",
"type": "bedgraph"
},
{
"name": "matrix_output",
"type": "h5"
}
],
"position": {
"left": 572,
"top": 200
},
"post_job_actions": {
"HideDatasetActionboundaries": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "boundaries"
},
"HideDatasetActionboundaries_bin": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "boundaries_bin"
},
"HideDatasetActiondomains": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "domains"
},
"HideDatasetActionmatrix_output": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "matrix_output"
},
"HideDatasetActionscore": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "score"
},
"HideDatasetActiontad_score": {
"action_arguments": {},
"action_type": "HideDatasetAction",
"output_name": "tad_score"
}
},
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicfindtads/hicexplorer_hicfindtads/2.1.2.0",
"tool_shed_repository": {
"changeset_revision": "b05f292d220c",
"name": "hicexplorer_hicfindtads",
"owner": "bgruening",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
"tool_state": "{\"minBoundaryDistance\": \"\\\"\\\"\", \"__page__\": null, \"minDepth\": \"\\\"40000\\\"\", \"multiple_comparison_conditional\": \"{\\\"multiple_comparison_selector\\\": \\\"fdr\\\", \\\"threshold\\\": \\\"0.01\\\", \\\"__current_case__\\\": 0}\", \"__rerun_remap_job_id__\": null, \"step\": \"\\\"10000\\\"\", \"maxDepth\": \"\\\"100000\\\"\", \"delta\": \"\\\"0.001\\\"\", \"matrix_h5_cooler\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
"tool_version": "2.1.2.0",
"type": "tool",
"uuid": "cec78da1-f1c2-47cf-a3ab-2093503555c7",
"workflow_outputs": []
},
"2": {
"annotation": "",
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicpca/hicexplorer_hicpca/2.1.2.0",
"errors": null,
"id": 2,
"input_connections": {
"matrix_h5_cooler": {
"id": 0,
"output_name": "output"
}
},
"inputs": [
{
"description": "runtime parameter for tool hicPCA",
"name": "matrix_h5_cooler"
}
],
"label": null,
"name": "hicPCA",
"outputs": [
{
"name": "pca1",
"type": "bigwig"
},
{
"name": "pca2",
"type": "bigwig"
}
],
"position": {
"left": 785,
"top": 645
},
"post_job_actions": {},
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicpca/hicexplorer_hicpca/2.1.2.0",
"tool_shed_repository": {
"changeset_revision": "38a612a120a8",
"name": "hicexplorer_hicpca",
"owner": "bgruening",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
"tool_state": "{\"__page__\": null, \"outputFormat\": \"\\\"bigwig\\\"\", \"matrix_h5_cooler\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null}",
"tool_version": "2.1.2.0",
"type": "tool",
"uuid": "a4a8c3bb-123c-48ec-9cec-d2ccc233e413",
"workflow_outputs": [
{
"label": null,
"output_name": "pca1",
"uuid": "ce9311f0-4d3f-49bd-bc95-038260eb5ea5"
},
{
"label": null,
"output_name": "pca2",
"uuid": "22f4b6c4-19d0-4149-a389-dba4529eab9d"
}
]
},
"3": {
"annotation": "",
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplottads/hicexplorer_hicplottads/2.1.2.0",
"errors": null,
"id": 3,
"input_connections": {
"tracks_0|track_file_style_conditional|boundaries_file": {
"id": 1,
"output_name": "domains"
},
"tracks_0|track_file_style_conditional|matrix_h5_cooler": {
"id": 0,
"output_name": "output"
},
"tracks_1|track_file_style_conditional|track_input_bigwig": {
"id": 2,
"output_name": "pca1"
},
"tracks_2|track_file_style_conditional|track_input_bigwig": {
"id": 2,
"output_name": "pca2"
}
},
"inputs": [],
"label": null,
"name": "hicPlotTADs",
"outputs": [
{
"name": "outFileName",
"type": "png"
}
],
"position": {
"left": 1071,
"top": 326
},
"post_job_actions": {},
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplottads/hicexplorer_hicplottads/2.1.2.0",
"tool_shed_repository": {
"changeset_revision": "7e535e3b71f3",
"name": "hicexplorer_hicplottads",
"owner": "bgruening",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
"tool_state": "{\"__page__\": null, \"region\": \"\\\"\\\"\", \"image_file_format\": \"\\\"png\\\"\", \"tracks\": \"[{\\\"__index__\\\": 0, \\\"track_file_style_conditional\\\": {\\\"boundaries_file\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"type\\\": null, \\\"colormap\\\": \\\"RdYlBu_r\\\", \\\"title\\\": \\\"\\\", \\\"track_file_style_selector\\\": \\\"hic_matrix_option\\\", \\\"min_value\\\": \\\"\\\", \\\"width_matrix\\\": \\\"4.0\\\", \\\"transform\\\": \\\"log1p\\\", \\\"x_labels\\\": \\\"false\\\", \\\"depth\\\": \\\"8000000\\\", \\\"show_masked_bins\\\": \\\"false\\\", \\\"__current_case__\\\": 0, \\\"max_value\\\": \\\"\\\", \\\"scale_factor\\\": \\\"1.0\\\", \\\"matrix_h5_cooler\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}}, {\\\"__index__\\\": 1, \\\"track_file_style_conditional\\\": {\\\"track_input_bigwig\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"type_conditional\\\": {\\\"type_selector\\\": \\\"fill_option\\\", \\\"__current_case__\\\": 2}, \\\"title\\\": \\\"PC1\\\", \\\"color\\\": \\\"#1f497d\\\", \\\"track_file_style_selector\\\": \\\"bigwig_track_option\\\", \\\"min_value\\\": \\\"\\\", \\\"data_range\\\": \\\"false\\\", \\\"width_bigwig\\\": \\\"4.0\\\", \\\"nans_to_zeros\\\": \\\"false\\\", \\\"__current_case__\\\": 5, \\\"max_value\\\": \\\"\\\", \\\"number_of_bins\\\": \\\"\\\"}}, {\\\"__index__\\\": 2, \\\"track_file_style_conditional\\\": {\\\"track_input_bigwig\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"type_conditional\\\": {\\\"type_selector\\\": \\\"fill_option\\\", \\\"__current_case__\\\": 2}, \\\"title\\\": \\\"\\\", \\\"color\\\": \\\"#c00000\\\", \\\"track_file_style_selector\\\": \\\"bigwig_track_option\\\", \\\"min_value\\\": \\\"\\\", \\\"data_range\\\": \\\"false\\\", \\\"width_bigwig\\\": \\\"4.0\\\", \\\"nans_to_zeros\\\": \\\"false\\\", \\\"__current_case__\\\": 5, \\\"max_value\\\": \\\"\\\", \\\"number_of_bins\\\": \\\"\\\"}}]\", \"__rerun_remap_job_id__\": null, \"x_axis\": \"{\\\"__current_case__\\\": 1, \\\"x_axis_select\\\": \\\"no\\\"}\"}",
"tool_version": "2.1.2.0",
"type": "tool",
"uuid": "ebed3deb-2981-457c-88a0-7b35bfd55a82",
"workflow_outputs": [
{
"label": null,
"output_name": "outFileName",
"uuid": "d7612fc0-b6e3-4631-af1a-3842256f8d60"
}
]
}
},
"tags": [],
"uuid": "7bd7e75e-9e54-40a4-86dc-afc3c87bf796"
}