From 097605d284657df226ccc0b4a3c648027deaa12a Mon Sep 17 00:00:00 2001 From: Mihail Anton Date: Tue, 6 Jun 2023 23:09:52 +1200 Subject: [PATCH] feat: add MetabolicAtlas as a live deploy --- _data/live_deployments.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_data/live_deployments.json b/_data/live_deployments.json index 30a4544f..eeb99ed7 100644 --- a/_data/live_deployments.json +++ b/_data/live_deployments.json @@ -1728,6 +1728,26 @@ "highlight": "Over 1,500 ontologies, controlled vocabularies, and resources including their preferred prefix, name, description, homepage, mappings to other registries, and more." } ] + }, + { + "name": "Metabolic Atlas", + "description": "A web platform integrating open-source genome scale metabolic models (GEMs) for easy browsing and analysis. ", + "url": "https://metabolicatlas.org", + "nodes": ["SE"], + "profiles": [ + { + "profileName": "MolecularEntity", + "conformsTo": "0.5-RELEASE", + "exampleURL": "https://metabolicatlas.org/explore/Human-GEM/gem-browser/metabolite/MAM00217c", + "highlight": "Over 3'000 metabolites." + }, + { + "profileName": "Gene", + "conformsTo": "1.0-RELEASE", + "exampleURL": "https://metabolicatlas.org/explore/Human-GEM/gem-browser/gene/ENSG00000078237", + "highlight": "Over 15'000 genes from multiple organisms." + } + ] } ] }