-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
executable file
·188 lines (188 loc) · 6.17 KB
/
config.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
{
"input_files": [
{
"name": "input",
"value": "OpEBUSER5cc02033c429d_5cfa242b7b85c0.96805689",
"required": true,
"allow_multiple": false
},
{
"name": "goldstandard_dir",
"value": "OpEBUSER5cc02033c429d_5d0357aad8b012.32264679_dummy",
"required": true,
"allow_multiple": false
},
{
"name": "assess_dir",
"value": "OpEBUSER5cc02033c429d_5d0357aad8b974.28339324_dummy",
"required": true,
"allow_multiple": false
},
{
"name": "public_ref_dir",
"value": "OpEBUSER5cc02033c429d_5d0357aad8c180.12103256_dummy",
"required": true,
"allow_multiple": false
}
],
"arguments": [
{
"name": "execution",
"value": "LRGASP-test"
},
{
"name": "project",
"value": "LRGASP-test"
},
{
"name": "description",
"value": "Test run"
},
{
"name": "nextflow_repo_uri",
"value": "https://github.com/TianYuan-Liu/lrgasp-challenge-3_benchmarking_workflow.git"
},
{
"name": "nextflow_repo_tag",
"value": "9e5a3c2b174b488629a4f3c5ee790ebb1e0c4c4f"
},
{
"name": "community_id",
"value": "OEBC010"
},
{
"name": "challenges_ids",
"value": "mouse_len mouse_%_BUSCO_gene_found_vs_complete mouse_%_canonical_SJ_vs_%_SJ_SR_coverage mouse_trans mouse_%_trans_with_intra-priming_vs_rt_switching mouse_%_CAGE_vs_%_QuantSeq_supp_trans mouse_num_trans_vs_with_coding_potential mouse_sirvs mouse_FSM mouse_ISM mouse_NIC mouse_NNC mouse_Antisense mouse_Fusion mouse_GenicGenomic mouse_GenicIntron mouse_Intergenic"
},
{
"name": "participant_id",
"value": "fake_pipeline_test"
}
],
"output_files": [
{
"name": "validation_result",
"required": true,
"allow_multiple": false,
"file": {
"file_type": "JSON",
"data_type": "validated_participant",
"file_path": "LRGASP-test/validated-participant-data.json",
"compressed": "null",
"meta_data": {
"description": "Benchmarking data model minimal participant dataset",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "assessment_results",
"required": true,
"allow_multiple": false,
"file": {
"file_type": "JSON",
"file_path": "LRGASP-test/Assessment_datasets.json",
"data_type": "assessment",
"compressed": "null",
"meta_data": {
"description": "Metrics derivated from the given input data",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "data_model_export_dir",
"required": true,
"allow_multiple": false,
"file": {
"file_type": "JSON",
"file_path": "LRGASP-test/consolidated_results.json",
"data_type": "consolidated_benchmark_dataset",
"compressed": "null",
"meta_data": {
"description": "Aggregation of minimal datasets ready to be used by the OEB pushing tool",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "augmented_assess_dir",
"required": true,
"allow_multiple": false,
"file": {
"file_type": "JSON",
"file_path": "LRGASP-test/augmented_data",
"data_type": "consolidated_benchmark_dataset",
"compressed": "null",
"meta_data": {
"description": "Aggregation of minimal datasets ready to be used by the OEB pushing tool",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "tar_view",
"required": true,
"allow_multiple": false,
"custom_visualizer": true,
"file": {
"file_type": "TAR",
"data_type": "tool_statistics",
"compressed": "gzip",
"meta_data": {
"description": "Data for metrics visualizer",
"tool": "TCGA_CD",
"visible": false
}
}
},
{
"name": "tar_nf_stats",
"required": false,
"allow_multiple": false,
"file": {
"file_type": "TAR",
"data_type": "configuration_file",
"compressed": "gzip",
"meta_data": {
"description": "Execution monitoring and logging data",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "tar_other",
"required": false,
"allow_multiple": false,
"file": {
"file_type": "TAR",
"data_type": "configuration_file",
"compressed": "gzip",
"meta_data": {
"description": "Other execution associated data",
"tool": "TCGA_CD",
"visible": true
}
}
},
{
"name": "report_images",
"required": false,
"allow_multiple": true,
"file": {
"file_type": "IMG",
"data_type": "report_image",
"meta_data": {
"description": "Execution monitoring and logging images",
"tool": "TCGA_CD",
"visible": true
}
}
}
]
}