Skip to content

Commit

Permalink
Add aipd as a provider for uniprot (#1202)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Mufaddal Naguthanawala <m.nguthana@hotmail.com>
Co-authored-by: Charles Tapley Hoyt <cthoyt@gmail.com>
  • Loading branch information
3 people authored Oct 19, 2024
1 parent 6d0902d commit 4cc1090
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -113377,6 +113377,14 @@
"name": "Rolf Apweiler",
"orcid": "0000-0001-7078-200X"
},
"contributor_extras": [
{
"email": "m.naguthana@hotmail.com",
"github": "nagutm",
"name": "Mufaddal Naguthanawala",
"orcid": "0009-0009-5240-7463"
}
],
"edam": {
"description": "Accession number of a UniProt (protein sequence) database entry.",
"name": "UniProt",
Expand Down Expand Up @@ -113541,6 +113549,22 @@
"homepage": "https://go.drugbank.com",
"name": "DrugBank Polypeptide",
"uri_format": "https://go.drugbank.com/polypeptides/$1"
},
{
"code": "aipd",
"description": "A curated database standardizing information on autoinhibited proteins.",
"homepage": "http://ssbio.cau.ac.kr/databases/AiPD/",
"name": "Autoinhibited Protein Database",
"publications": [
{
"doi": "10.1093/database/baae085",
"pmc": "PMC11349611",
"pubmed": "39192607",
"title": "Autoinhibited Protein Database: a curated database of autoinhibitory domains and their autoinhibition mechanisms",
"year": 2024
}
],
"uri_format": "http://165.194.60.211:9006/detail/$1"
}
],
"publications": [
Expand Down

0 comments on commit 4cc1090

Please sign in to comment.