-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.yml
38 lines (35 loc) · 950 Bytes
/
metadata.yml
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
name: DataWave
key: simcore/services/comp/datawave
type: computational
integration-version: 1.0.0
version: 0.1.0
description: A versatile service that converts diverse time series data formats into CSV, visualizes the data, and performs dynamic analysis
contact: pranjaldun@gmail.com
authors:
- name: Pranjal Garg
email: pranjaldun@gmail.com
affiliation: AIIMS, Rishikesh
inputs:
input_1:
displayOrder: 1
label: Data file
description: different format data files
type: data:*/*
input_2:
displayOrder: 2
label: Python file
description: python file in the workflow for pilot analysis
type: data:*/*
input_3:
displayOrder: 3
label: json file
description: field names json file
type: data:*/*
outputs:
output_1:
displayOrder: 1
label: csv file
description: archive of basic csv file of time series
type: data:*/*
fileToKeyMap:
derived_files.zip: output_1