-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1239 --------- Co-authored-by: Charles Tapley Hoyt <[email protected]> Co-authored-by: i alarmed alien <[email protected]>
- Loading branch information
1 parent
ffa3211
commit 6374569
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48006,6 +48006,60 @@ | |
"pattern": "^\\d{6}$", | ||
"uri_format": "http://purl.obolibrary.org/obo/GSSO_$1" | ||
}, | ||
"gtdb": { | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "donovan-h-parks", | ||
"name": "Donovan Parks", | ||
"orcid": "0000-0001-6662-9010" | ||
}, | ||
"contributor": { | ||
"email": "[email protected]", | ||
"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": "[email protected]", | ||
"github": "cthoyt", | ||
"name": "Charles Tapley Hoyt", | ||
"orcid": "0000-0003-4423-4370" | ||
}, | ||
"uri_format": "https://gtdb.ecogenomic.org/tree?r=$1" | ||
}, | ||
"gtex": { | ||
"biocontext": { | ||
"prefix": "GTEX" | ||
|