diff --git a/manifest.json b/manifest.json index 550d963..26a1e60 100644 --- a/manifest.json +++ b/manifest.json @@ -4,14 +4,35 @@ "description": "CNI-DCM-CONVERT uses SciTran's data library (https://github.com/vistalab/scitran-data) to convert raw DICOM data (within a zip archive) to NIfTI, Montage, and PNG (screenshot acquisitions) formats. DCM-CONVERT supports Siemens and GE DICOM data. This gear will also use dcm2niix to generate bids-sidecar metadata. Those metadata will be added to the output NIfTI file's info object in Flywheel.", "maintainer": "Michael Perry ", "author": "Scientific Transparency (RF Dougherty, K Hahn, R Bowen, G Schaefer, LM Perry, H Wu)", - "url": "https://github.com/vistalab/scitran-data", - "source": "https://github.com/cni/cni-dcm-convert", + "url": "https://github.com/cni/cni-dcm-convert", + "source": "https://github.com/vistalab/scitran-data", "license": "Apache-2.0", "flywheel": "0", "version": "2.6.0", "custom": { "flywheel": { - "suite": "Stanford CNI" + "suite": "Conversion", + "classification": { + "function": [ + "Conversion" + ], + "modality": [ + "Any" + ], + "organ": [ + "Any" + ], + "species": [ + "Phantom", + "Human", + "Animal", + "Other" + ], + "therapeutic_area": [ + "Any" + ] + } + } }, "gear-builder": { "category": "converter",