Skip to content

Commit

Permalink
Upate
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 30, 2023
1 parent 96b44f7 commit cf1dc12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
9 changes: 0 additions & 9 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -79146,15 +79146,6 @@
"namespaceEmbeddedInLui": false,
"pattern": "PMC\\d+",
"prefix": "pmc",
"providers": [
{
"code": "ncbi",
"description": "PubMed Central",
"homepage": "https://www.ncbi.nlm.nih.gov/pmc/",
"name": "PubMed Central",
"uri_format": "https://www.ncbi.nlm.nih.gov/pmc/articles/$1/?tool=pubmed"
}
],
"sampleId": "PMC3084216",
"uri_format": "http://europepmc.org/articles/$1"
},
Expand Down
9 changes: 0 additions & 9 deletions src/bioregistry/data/external/miriam/processed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7967,15 +7967,6 @@
"namespaceEmbeddedInLui": false,
"pattern": "PMC\\d+",
"prefix": "pmc",
"providers": [
{
"code": "ncbi",
"description": "PubMed Central",
"homepage": "https://www.ncbi.nlm.nih.gov/pmc/",
"name": "PubMed Central",
"uri_format": "https://www.ncbi.nlm.nih.gov/pmc/articles/$1/?tool=pubmed"
}
],
"sampleId": "PMC3084216",
"uri_format": "http://europepmc.org/articles/$1"
},
Expand Down
1 change: 1 addition & 0 deletions src/bioregistry/external/miriam.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_miriam(force_download: bool = False, force_process: bool = False):
("ega.study", "omicsdi"),
# see discussion at https://github.com/biopragmatics/bioregistry/pull/944
("bioproject", "ebi"),
("pmc", "ncbi"),
}


Expand Down

0 comments on commit cf1dc12

Please sign in to comment.