-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
59 lines (59 loc) · 2.28 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "retinotopy-templates",
"label": "NEUROPYTHY: Retinotopy Template Generation (Benson, et. al.)",
"description": "Runs FreeSurfer's RECON-ALL and applies the V1, V2, and V3 anatomical template of retinotopy from Benson et al. (2014) as well as the ROI template of Wang et al. (2015) to the output images using the Neuropythy neuroscience library for Python by Noah C. Benson. * Note that this Gear does not use the original version of the Benson et al. template, but rather an updated version that has also been published on the website indicated in the original paper. If using this Gear in your work, please cite: Benson NC, Butt OH, Datta R, Radoeva PD, Brainard DH, Aguirre GK (2012) The retinotopic organization of striate cortex is well predicted by surface topology. Curr Biol22(21):2081-5.",
"maintainer": "Michael Perry <[email protected]>",
"author": "Noah C. Benson <[email protected]>",
"url": "https://github.com/noahbenson/neuropythy",
"source": "https://github.com/scitran-apps/retinotopy-templates",
"license": "GPL-2.0",
"flywheel": "0",
"version": "0.1.0",
"inputs": {
"anatomical": {
"base": "file",
"type": {
"enum": [
"nifti"
]
}
}
},
"config": {
"subject_id": {
"description": "Desired subject ID. This will be used to name the resulting freesurfer output directory.",
"default": "rt_sub000",
"type": "string"
},
"convert_surfaces": {
"description": "Convert selected FreeSurfer surface files to OBJ format. (Default=1, true)",
"default": 1,
"type": "integer"
},
"convert_volumes": {
"description": "Convert selected FreeSurfer volume files (mgz) to NIfTI format. (Default=1, true)",
"default": 1,
"type": "integer"
},
"convert_aseg_stats": {
"description": "Convert FreeSurfer aseg.stats file to CSV. (Default=1, true)",
"default": 1,
"type": "integer"
},
"license_email": {
"description": "Email address used during FreeSurfer Registration (1st line of 'license.txt')",
"type": "string"
},
"license_number": {
"description": "FreeSurfer License Number (2nd line of 'license.txt')",
"type": "string"
},
"license_key": {
"description": "FreeSurfer License Key (3rd line of 'license.txt')",
"type": "string"
}
},
"custom": {
"docker-image": "scitran/retinotopy-templates:v0.1.0"
}
}