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: gtdb #1242

Merged
merged 4 commits into from
Nov 2, 2024
Merged
Changes from all 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
54 changes: 54 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -48029,6 +48029,60 @@
"pattern": "^\\d{6}$",
"uri_format": "http://purl.obolibrary.org/obo/GSSO_$1"
},
"gtdb": {
"contact": {
"email": "donovan.parks@gmail.com",
"github": "donovan-h-parks",
"name": "Donovan Parks",
"orcid": "0000-0001-6662-9010"
},
"contributor": {
"email": "aireland@lbl.gov",
"github": "ialarmedalien",
"name": "AJ Ireland",
"orcid": "0000-0003-1982-9065"
},
"description": "The Genome Taxonomy Database (GTDB) is an initiative to establish a standardized microbial taxonomy based on genome phylogeny.",
"example": "g__Prochlorococcus_A",
"github_request_issue": 1242,
"homepage": "https://gtdb.ecogenomic.org",
"name": "Genome Taxonomy Database",
"pattern": "^[cdfgops]__\\w+\\S+$",
"publications": [
{
"doi": "10.1038/s41564-021-00918-8",
"pubmed": "34155373",
"title": "A standardized archaeal taxonomy for the Genome Taxonomy Database",
"year": 2021
},
{
"doi": "10.1093/nar/gkab776",
"pmc": "PMC8728215",
"pubmed": "34520557",
"title": "GTDB: an ongoing census of bacterial and archaeal diversity through a phylogenetically consistent, rank normalized and complete genome-based taxonomy",
"year": 2021
},
{
"doi": "10.1038/s41587-020-0501-8",
"pubmed": "32341564",
"title": "A complete domain-to-species taxonomy for Bacteria and Archaea",
"year": 2020
},
{
"doi": "10.1038/nbt.4229",
"pubmed": "30148503",
"title": "A standardized bacterial taxonomy based on genome phylogeny substantially revises the tree of life",
"year": 2018
}
],
"reviewer": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"uri_format": "https://gtdb.ecogenomic.org/tree?r=$1"
},
"gtex": {
"biocontext": {
"prefix": "GTEX"
Expand Down
Loading