Skip to content

UP manifest.json - Add gear categorization #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,38 @@
"description": "VISTALAB's dtiInit (DTI Initialization) runs the VISTASOFT/mrDiffusion pre-processing pipeline on raw DWI data. This Gear allows all dtiInit parameters to be set from within the configuration UI. All outputs are archived in a zip file for easy download. dtiInit.json is saved for easy reference to configuration parameters used at runtime.",
"maintainer": "Michael Perry <[email protected]>",
"author": "VISTA Lab, Stanford University",
"url": "https://github.com/vistalab/vistasoft/wiki/dwi-Initialization",
"source": "https://github.com/scitran-apps/dtiinit",
"url": "https://github.com/scitran-apps/dtiinit",
"source": "https://github.com/vistalab/vistasoft/wiki/dwi-Initialization",
"license": "GPL-2.0",
"flywheel": "0",
"version": "0.2.2",
"custom": {
"docker-image": "scitran/dtiinit:v0.2.2"
"docker-image": "scitran/dtiinit:v0.2.2",
"gear-builder": {
"category": "analysis"
},
"flywheel": {
"classification": {
"species": [
"Phantom",
"Human",
"Animal"
],
"organ": [
"Any"
],
"therapeutic_area": [
"Any"
],
"modality": [
"MR"
],
"function": [
"Image Processing - Diffusion"
]
},
"suite": "Image Processing"
}
},
"inputs": {
"anatomical": {
Expand Down Expand Up @@ -119,3 +144,4 @@
}
}
}