-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
38 lines (38 loc) · 1.47 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
{
"name": "dtiinit-diffusion-maps",
"label": "dtiInit: Diffusion Map Generation",
"description": "Generate diffusion maps, including Fractional Anisotropy (FA), Axial Diffusivity (AD), Mean Diffusivity (MD), and Radial Diffusivity (RD). The input to this Gear is a dtiInit archive, containing a 'dt6.mat' file. This archive is generated from either the dtiInit Flywheel Gear, or from the Flywheel Gear which executes the AFQ processing pipeline. Outputs are fa, md, rd, and ad files (in gzipped NIfTI format).",
"maintainer": "Michael Perry <[email protected]>",
"author": "Stanford VISTA Lab (vistalab.stanford.edu)",
"url": "https://github.com/vistalab/vistasoft/wiki",
"source": "https://github.com/vistalab/fw-gear-dtiinit-diffusion-maps",
"license": "GPL-2.0",
"flywheel": "0",
"version": "1.0.0",
"custom": {
"flywheel": {
"suite": "VISTA Lab"
},
"gear-builder": {
"image": "vistalab/dtiinit-diffusion-maps:1.0.0",
"category": "analysis"
}
},
"inputs": {
"dtiinit_archive": {
"base": "file",
"description": "Output archive (.zip) from dtiinit gear run, or AFQ.",
"type": {
"enum": [
"archive"
]
}
}
},
"config": {},
"environment": {
"LD_LIBRARY_PATH": "/opt/mcr/v92/runtime/glnxa64:/opt/mcr/v92/bin/glnxa64:/opt/mcr/v92/sys/os/glnxa64",
"XAPPLRESDIR": "XAPPLRESDIR"
},
"command": "/usr/local/bin/run_dtiinitDiffusionMaps.sh /opt/mcr/v92 /flywheel/v0/config.json"
}