-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
74 lines (74 loc) · 2.37 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"author": "Gaylord Holder <[email protected]>",
"cite": "Neuroimage 2012 Apr 2;60(2):1266-79. doi: 10.1016/j.neuroimage.2012.01.098. Epub 2012 Jan 28.\n\nMeasuring longitudinal change in the hippocampal formation from in vivo high-resolution T2-weighted MRI\n\nSandhitsu R Das, Brian B Avants, John Pluta, Hongzhi Wang, Jung W Suh, Michael W Weiner, Susanne G Mueller, Paul A Yushkevich\n\nAffiliation: Penn Image Computing and Science Laboratory-PICSL, Department of Radiology, University of Pennsylvania, Philadelphia, PA, USA. [email protected]\n\nPMID: 22306801 PMCID: PMC3667607 DOI: 10.1016/j.neuroimage.2012.01.098",
"command": "./run -v",
"config": {
"Scope": {
"default": "Subject",
"description": "Run Aloha on the specified subject, or the whole project",
"enum": [
"Subject",
"Project"
],
"type": "string"
},
"Stages": {
"default": "VerifyAlohaInputs",
"description": "Which stages of the pipeline to run, default is VerifyAlohaInputs",
"enum": [
"AlohaT1T2TaggingReport",
"VerifyAlohaInputs",
"RunAloha",
"CalculateAtrophyRates",
"VerifyAlohaInputs,RunAloha"
],
"type": "string"
},
"MachineSize": {
"default": "extra-large",
"description": "May be extra-large, 8 vCPUs, or supersize, 32 vCPUs",
"enum": [
"none",
"extra-large",
"supersize"
],
"type": "string"
}
},
"description": "Aloha Gear",
"environment": {
"PATH": "/flywheel/v0/flywheel/bin:/tk/greedy/build:/tk/cmrep/build:/tk/c3d/build:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/scripts:/aloha/ext/Linux/bin",
"LD_LIBRARY_PATH": "/tk/vtk/build/lib",
"FLYWHEEL": "/flywheel/v0",
"ALOHA_ROOT": "/flywheel/v0/aloha",
"PYTHONPATH": "/flywheel/v0/flywheel/lib",
"PWD": "/flywheel/v0"
},
"custom": {
"gear-builder": {
"image": "aloha:0.1.30",
"category": "analysis"
},
"flywheel": {
"show-job": true,
"suite": "BrainScienceCenter"
}
},
"inputs": {
"input-file": {
"base": "file",
"optional": false,
"description": "Input file for the gear"
},
"api-key": {
"base": "api-key",
"read-only": false
}
},
"label": "Aloha",
"name": "aloha",
"source": "",
"url": "",
"license": "MIT",
"version": "0.1.30"
}