Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prefix: streptomedb #1287

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -108685,6 +108685,35 @@
],
"uri_format": "https://www.storedb.org/store_v3/study.jsp?studyId=$1"
},
"streptomedb": {
"contact": {
"email": "[email protected]",
"github": "PhaBiFreiburg",
nagutm marked this conversation as resolved.
Show resolved Hide resolved
"name": "Stefan Günther",
"orcid": "0000-0003-3744-189X"
},
"contributor": {
"email": "[email protected]",
"github": "nagutm",
"name": "Mufaddal Naguthanawala",
"orcid": "0009-0009-5240-7463"
},
"description": "Identifers for natural products isolated or mutasynthesized by bacteria of the genus Streptomyces.",
"example": "15753",
"github_request_issue": 1287,
"homepage": "http://streptomedb.vm.uni-freiburg.de:8000/streptomedb",
"name": "StreptomeDB",
"pattern": "^\\d+$",
"publications": [
{
"doi": "10.1093/nar/gkae1030",
"pubmed": "39498494",
"title": "StreptomeDB 4.0: a comprehensive database of streptomycetes natural products enriched with protein interactions and interactive spectral visualization",
"year": 2024
}
],
"uri_format": "http://streptomedb.vm.uni-freiburg.de:8000/streptomedb/get_drugcard/$1"
},
"string": {
"biocontext": {
"prefix": "STRING"
Expand Down
1 change: 1 addition & 0 deletions src/bioregistry/data/curated_papers.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ pubmed relevant orcid date_curated relevancy_type pr_added notes
39494269 0 0009-0009-5240-7463 2024-11-25 irrelevant_other 1288
39498478 1 0009-0009-5240-7463 2024-11-25 new_publication 1283 Publication for gold
39498484 1 0009-0009-5240-7463 2024-11-27 unclear 1288 Provider for ensembl IDs, issue with curation due to multiple URI formats. Similar case: (PMID: 39104285)
39498494 1 0009-0009-5240-7463 2024-11-30 new_prefix 1287 Unclear if numbers in URL are identifiers or arbitrary numbers
39526381 1 0009-0009-5240-7463 2024-12-01 new_publication 1290 Publication for refseq
Loading