From 72069aec1748bf5ed4f217042dfc2fe4ec82662e Mon Sep 17 00:00:00 2001 From: Pablo Velasco Date: Thu, 14 Mar 2024 17:26:49 -0400 Subject: [PATCH] UP manifest.json - Add gear categorization GEAR-5440 --- manifest.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5732207..f65f36a 100644 --- a/manifest.json +++ b/manifest.json @@ -4,15 +4,38 @@ "description": "Gannet is a software package designed for the analysis of edited magnetic resonance spectroscopy (MRS) data. Gannet runs in Matlab and is available as code rather than executables, empowering users to make local changes. Gannet is designed to run without user intervention, to remove operator variance from the quantification of edited MRS data. This Gear uses a compiled version from huawu02/gannet, which is modified to support latest generation GE P-Files, and is executed using the Matlab Compiler Runtime.", "maintainer": "Michael Perry ", "author": "Richard Edden, et. al", - "url": "http://www.gabamrs.com/", - "source": "https://github.com/scitran-apps/gannet", + "url": "https://github.com/scitran-apps/gannet", + "source": "http://www.gabamrs.com/", "license": "Other", "flywheel": { "suite": "GANNET" }, "version": "0.1.6_3.0", "custom": { - "docker-image": "scitran/gannet:0.1.6_3.0" + "docker-image": "scitran/gannet:0.1.6_3.0", + "gear-builder": { + "category": "analysis" + }, + "flywheel": { + "classification": { + "species": [ + "" + ], + "organ": [ + "" + ], + "therapeutic_area": [ + "" + ], + "modality": [ + "" + ], + "function": [ + "" + ] + }, + "suite": "" + } }, "inputs": { "pfile": {