-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
45 lines (45 loc) · 1.36 KB
/
manifest.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
{
"author": "Gaylord Holder",
"cite": "Jeff Phillips",
"command": "./run",
"config": {},
"description": "Penn Pet Pipeline",
"environment": {
"PATH": "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"LANG": "C.UTF-8",
"GPG_KEY": "E3FF2839C048B25C084DEBE9B26995E310250568",
"PYTHON_VERSION": "3.9.15",
"PYTHON_PIP_VERSION": "22.0.4",
"PYTHON_SETUPTOOLS_VERSION": "58.1.0",
"PYTHON_GET_PIP_URL": "https://github.com/pypa/get-pip/raw/5eaac1050023df1f5c98b173b248c260023f2278/public/get-pip.py",
"PYTHON_GET_PIP_SHA256": "5aefe6ade911d997af080b315ebcb7f882212d070465df544e1175ac2be519b4",
"FLYWHEEL": "/flywheel/v0",
"PYTHONPATH": "/flywheel/v0/QuANTs/python/quants/quants"
},
"custom": {
"gear-builder": {
"image": "penn-pet:0.1.0",
"category": "analysis"
},
"flywheel": {
"show-job": true
}
},
"inputs": {
"input-file": {
"base": "file",
"optional": false,
"description": "Input file for the gear"
},
"api-key": {
"base": "api-key",
"read-only": false
}
},
"label": "Penn-Pet",
"name": "penn-pet",
"source": "",
"url": "",
"license": "MIT",
"version": "0.1.0"
}