Skip to content

Commit

Permalink
Merge pull request #770 from mihai-sysbio/patch-1
Browse files Browse the repository at this point in the history
feat: add Metabolic Atlas as a live deploy
  • Loading branch information
ljgarcia authored Jun 26, 2023
2 parents 316ea6d + 097605d commit a95d1fe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _data/live_deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
]
}

0 comments on commit a95d1fe

Please sign in to comment.