-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.16 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
{
"name": "freeqc-fw-hpc",
"label": "freeqc-fw-hpc: Freesurfer quality and segmentation values",
"description": "Calculates quality metrics and structural values using freesurfer output from fMRIPrep [CUBIC]",
"version": "0.0.6_6.0.1",
"custom": {
"gear-builder": {
"category": "analysis",
"image": "pennbbl/freeqc-fw-hpc"
},
"flywheel": {"suite": "PennBBL"}
},
"author": "Ellyn Butler",
"maintainer": "Ellyn Butler",
"cite": "github.com/pennbbl/freeqc-fw-hpc",
"license": "BSD-3-Clause",
"source": "https://github.com/PennBBL/freeqc-fw-hpc",
"inputs": {
"api_key": {
"base": "api-key"
},
"fmriprepdir": {
"base": "file",
"description": "FMRIprep output directory",
"optional": false
},
"freesurfer_license": {
"base": "file",
"description": "FreeSurfer license file, provided during registration with FreeSurfer. This file will be copied to the $FSHOME directory and used during execution of the Gear.",
"optional": false
}
},
"config": {
"save_partial_outputs": {
"description": "Zip and save output directory contents on an algorithm failure. [default=false]",
"type": "boolean",
"default": false
}
}
}