-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PubMed: https://pubmed.ncbi.nlm.nih.gov/39540430/ Database: https://smc.jgi.doe.gov/ This pull request curates 2 new prefixes for the Secondary Metabolism Collaboratory: `smc.source` and `smc.bgc` This resource has two distinct semantic spaces: - `smc.source` provides basic information about the microbial source, including its name, taxonomic information, and public sequence database. - `smc.bgc` provides information about individual biosynthetic gene clusters (BGCs) linked to a specific microbial source. --------- Co-authored-by: Benjamin M. Gyori <[email protected]>
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107304,6 +107304,74 @@ | |
"uri_format": "https://smart.embl.de/smart/do_annotation.pl?DOMAIN=$1" | ||
} | ||
}, | ||
"smc.bgc": { | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "Daniel W Udwary", | ||
"orcid": "0000-0002-3491-0198" | ||
}, | ||
"contributor": { | ||
"email": "[email protected]", | ||
"github": "nagutm", | ||
"name": "Mufaddal Naguthanawala", | ||
"orcid": "0009-0009-5240-7463" | ||
}, | ||
"description": "The secondary metabolism collaboratory is a database for secondary metabolite biosynthetic gene clusters. This prefix represents identifiers for individual biosynthetic gene clusters (BGCs) linked to their corresponding bacterial or archaeal source.", | ||
"example": "12039302", | ||
"github_request_issue": 1301, | ||
"homepage": "https://smc.jgi.doe.gov", | ||
"name": "Secondary Metabolism Collaboratory", | ||
"pattern": "^\\d+$", | ||
"publications": [ | ||
{ | ||
"doi": "10.1093/nar/gkae1060", | ||
"pubmed": "39540430", | ||
"title": "The secondary metabolism collaboratory: a database and web discussion portal for secondary metabolite biosynthetic gene clusters", | ||
"year": 2024 | ||
} | ||
], | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "bgyori", | ||
"name": "Benjamin M. Gyori", | ||
"orcid": "0000-0001-9439-5346" | ||
}, | ||
"uri_format": "https://smc.jgi.doe.gov/bgc/$1" | ||
}, | ||
"smc.source": { | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "Daniel W Udwary", | ||
"orcid": "0000-0002-3491-0198" | ||
}, | ||
"contributor": { | ||
"email": "[email protected]", | ||
"github": "nagutm", | ||
"name": "Mufaddal Naguthanawala", | ||
"orcid": "0009-0009-5240-7463" | ||
}, | ||
"description": "The secondary metabolism collaboratory is a database for secondary metabolite biosynthetic gene clusters. This prefix represents identifiers for bacteria and archaea sources linked to their associated set of biosynthetic gene clusters (BGCs).", | ||
"example": "1", | ||
"github_request_issue": 1301, | ||
"homepage": "https://smc.jgi.doe.gov", | ||
"name": "Secondary Metabolism Collaboratory", | ||
"pattern": "^\\d+$", | ||
"publications": [ | ||
{ | ||
"doi": "10.1093/nar/gkae1060", | ||
"pubmed": "39540430", | ||
"title": "The secondary metabolism collaboratory: a database and web discussion portal for secondary metabolite biosynthetic gene clusters", | ||
"year": 2024 | ||
} | ||
], | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "bgyori", | ||
"name": "Benjamin M. Gyori", | ||
"orcid": "0000-0001-9439-5346" | ||
}, | ||
"uri_format": "https://smc.jgi.doe.gov/sources/$1" | ||
}, | ||
"smid": { | ||
"contributor": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters