Skip to content

Commit

Permalink
Rename gc to ncbi.gc
Browse files Browse the repository at this point in the history
This rename is permissible because the only place that `gc` is used is in the NCBITaxon RDF->OBO converter, in an ad-hoc way.
  • Loading branch information
cthoyt committed Jan 12, 2025
1 parent fc10544 commit a33ace8
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -42547,27 +42547,6 @@
"uri_format": "https://www.gbif.org/species/$1"
}
},
"gc": {
"comment": "see comment here: https://github.com/obophenotype/ncbitaxon/issues/47",
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "Genetic code, mitochontrial genetic code, and other linked information to NCBI taxonomy entries.",
"example": "11",
"homepage": "https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html",
"name": "Genetic Code",
"pattern": "^\\d+$",
"references": [
"https://github.com/obophenotype/ncbitaxon/issues/47"
],
"synonyms": [
"gc_id"
],
"uri_format": "https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes#SG$1"
},
"gcst": {
"mappings": {
"miriam": "gcst",
Expand Down Expand Up @@ -75458,6 +75437,28 @@
}
}
},
"ncbi.gc": {
"comment": "see comment here: https://github.com/obophenotype/ncbitaxon/issues/47",
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "Genetic code, mitochontrial genetic code, and other linked information to NCBI taxonomy entries.",
"example": "11",
"homepage": "https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html",
"name": "Genetic Code",
"pattern": "^\\d+$",
"references": [
"https://github.com/obophenotype/ncbitaxon/issues/47"
],
"synonyms": [
"gc",
"gc_id"
],
"uri_format": "https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes#SG$1"
},
"ncbi.genome": {
"biocontext": {
"prefix": "NCBIGenome",
Expand Down

0 comments on commit a33ace8

Please sign in to comment.