-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 929 Bytes
/
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
{
"name": "mrrcqa",
"label": "MRRC QA",
"description": "Run MRRC Quality Assurance on morning phantoms",
"version": "1.0.20240930",
"author": "Chan Moon",
"maintainer": "Will Foran <[email protected]>",
"license": "GPL-3.0",
"url": "https://github.com/NPACore/flywheel",
"source": "https://github.com/NPACore/flywheel",
"environment": {
"FLYWHEEL": "/flywheel/v0",
"SHLVL": "1",
"container": "podman",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PWD": "/"
},
"custom": {
"gear-builder": {
"category": "qa",
"image": "npac/mrrcqa:1.0.20240930"
},
"flywheel": {
"suite": "utility"
}
},
"inputs": {
"phantom_dicom": {
"description": "phantom nifti file",
"base": "file",
"type": {
"enum": [
"archive"
]
}
}
},
"config": {},
"command": "/flywheel/v0/run.py"
}