-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathids-checksum.json
86 lines (86 loc) · 2.22 KB
/
ids-checksum.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
{"available":true,
"checkpointable":false,
"defaultMemoryPerNode":2,
"defaultProcessorsPerNode":24,
"defaultMaxRunTime":"01:00:00",
"defaultNodeCount":1,
"defaultQueue":"debug",
"deploymentPath":"mingchen7/applications/Identifier-Service-App/checksum-0.1",
"deploymentSystem":"data.iplantcollaborative.org",
"executionSystem":"wrangler-ids-ming",
"executionType":"HPC",
"helpURI":"",
"label": "ids checksum tool",
"longDescription":"",
"modules":["TACC","irods"],
"name":"ming-ids-checksum",
"ontology":[],
"parallelism":"SERIAL",
"shortDescription":"ids tool to calculate checksum and update metadata",
"tags":["checksum"],
"templatePath":"checksum.template",
"testPath":"test-checksum.sh",
"version":"0.1",
"inputs":[
{"id":"AGAVE_URL",
"value":
{"default":"",
"order":0,
"required":false,
"validator":"",
"visible":true},
"semantics":
{"ontology":[]},
"details":
{"description":null,
"label":"internal file on the agave platform",
"argument":null,
"showArgument":false}}],
"parameters":[
{"id":"UUID",
"value":
{"default":"",
"order":1,
"required":true,
"type":"string",
"validator":"",
"visible":true},
"semantics":
{"ontology":[]},
"details":
{"description":null,
"label":"UUID for the registered file",
"argument":null,
"showArgument":false}},
{"id":"URL",
"value":
{"default":"",
"order":1,
"required":false,
"type":"string",
"validator":"",
"visible":true},
"semantics":
{"ontology":[]},
"details":
{"description":null,
"label":"public URL for downloading file",
"argument":null,
"showArgument":false}},
{"id":"SRA",
"value":
{"default":"",
"order":1,
"required":false,
"type":"string",
"validator":"",
"visible":true},
"semantics":
{"ontology":[]},
"details":
{"description":null,
"label":"SRA number for the file provided by NCBI",
"argument":null,
"showArgument":false}}],
"outputs":[]
}