11# This file should contain basic component information for your component.
2- - name : Eqasim dataloader
3- - component_version : 0.3.0
4- - repository :
5- - author : Caviri
6- - original_author : Caviri
7- - description : Tool to download and uncompress a data folder
8- - type : ephemeral
9- - tags : ["dataloader"]
10- - arguments :
11- - LINK : string
12- - TRANSFER_INPUT_TO_OUTPUT : bool
2+ component-name : odtp-eqasim-dataloader
3+ component-author : Carlos Vivar Rios
4+ component-version : 0.3.0
5+ component-repository : https://github.com/odtp-org/odtp-eqasim-dataloader
6+ component-license : AGPL-3.0
7+ component-type : ephemeral
8+ component-description : Tool to download and uncompress a data folder
9+ tags :
10+ - dataloader
11+ - download
12+
13+ # Information about the tools
14+ tools : null
15+
16+ # If your tool require some secrets token to be passed as ENV to the component
17+ # This won't be traced in MongoDB
18+ secrets : null
19+
20+ # If the tool requires some building arguments such as Matlab license
21+ build-args : null
22+
23+ # If applicable, ports exposed by the component
24+ # Include Name, Description, and Port Value for each port
25+ ports : null
26+
27+ # If applicable, parameters exposed by the component
28+ # Datatype can be str, int, float, or bool.
29+ parameters :
30+ - name : LINK
31+ default-value : null
32+ datatype : string
33+ description : URL to the switch folder to download
34+ options : null
35+ allow-custom-value : true
36+
37+ # If applicable, data-input list required by the component
38+ data-inputs : null
39+
40+ # If applicable, data-output list produced by the component
41+ data-output :
42+ - name : data
43+ type : Folder
44+ path : data
45+ description : Input data for eqasim
46+
47+ # If applicable, path to schemas to perform semantic validation.
48+ # Still under development. Ignore.
49+ schema-input : null
50+ schema-output : null
51+
52+ # If applicable, define devices needed such as GPU.
53+ devices :
54+ gpu : false
0 commit comments