-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservice_info.json
More file actions
27 lines (27 loc) · 902 Bytes
/
Copy pathservice_info.json
File metadata and controls
27 lines (27 loc) · 902 Bytes
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
{
"id": "fuse-tool-pca",
"name": "FUSE principal components tool",
"description": "Serves data according to DRS specification; includes submit and search endpoints",
"organization": {
"name": "RENCI",
"url": "https://renci.org"
},
"contactUrl": "mailto:[email protected]",
"documentationUrl": "https://github.com/RENCI/fuse-tool-pca",
"createdAt": "2022-02-07T12:00:00Z",
"updatedAt": "2022-02-07T12:00:00Z",
"environment": "test",
"version": "1.0.0",
"_comment": "-------End of GA4GH requirements----- (ignore this line)",
"title": "fuse-tool-pca",
"inputDatasetType": {
"data_type": "class_dataset_expression",
"file_types": ["filetype_dataset_expression"]
},
"outputResultsType": {
"data_type":"class_results_PCATable",
"file_type":"filetype_results_PCATable",
"mime_type": "application/json",
"file_extension": "json"
}
}