-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
35 lines (35 loc) · 1.31 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
{
"name": "gannet",
"label": "Gannet 3.0: Analysis of edited MRS data",
"description": "Gannet is a software package designed for the analysis of edited magnetic resonance spectroscopy (MRS) data. Gannet runs in Matlab and is available as code rather than executables, empowering users to make local changes. Gannet is designed to run without user intervention, to remove operator variance from the quantification of edited MRS data. This Gear uses a compiled version from huawu02/gannet, which is modified to support latest generation GE P-Files, and is executed using the Matlab Compiler Runtime.",
"maintainer": "Michael Perry <[email protected]>",
"author": "Richard Edden, et. al",
"url": "http://www.gabamrs.com/",
"source": "https://github.com/scitran-apps/gannet",
"license": "Other",
"flywheel": {
"suite": "GANNET"
},
"version": "0.1.6_3.0",
"custom": {
"docker-image": "scitran/gannet:0.1.6_3.0"
},
"inputs": {
"pfile": {
"description": "MEGA-PRESS P-File (.7.zip, or .7).",
"base": "file",
"type": {
"enum": [
"pfile"
]
}
}
},
"config": {
"metabolite": {
"description": "Target metabolite of GannetFit, 'GABA', 'Glx' or 'GABAGlx'. Default is 'GABAGlx'.",
"default": "GABAGlx",
"type": "string"
}
}
}