-
-
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.
Bug fix for previous mappings during alignment (#477)
* Add fix for obo * Update utils.py * Update struct.py * Update utils.py * Update utils.py * Update utils.py * Update utils.py * clean up * Update utils.py * Clean up * Update utils.py
- Loading branch information
Showing
5 changed files
with
66 additions
and
34 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
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
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 |
---|---|---|
|
@@ -4351,6 +4351,7 @@ | |
"uri_format": "http://purl.obolibrary.org/obo/BILA_$1" | ||
}, | ||
"deprecated": true, | ||
"example": "0000000", | ||
"fairsharing": { | ||
"abbreviation": "BILA", | ||
"description": "This is a record of the Bilateria anatomy terminology and ontology. We have been unable to find any further information about this resource.", | ||
|
@@ -4364,6 +4365,11 @@ | |
"obofoundry": "bila" | ||
}, | ||
"obofoundry": { | ||
"contact": "[email protected]", | ||
"contact.label": "Thorsten Heinrich", | ||
"deprecated": true, | ||
"download.owl": "http://purl.obolibrary.org/obo/bila.owl", | ||
"homepage": "http://4dx.embl.de/4DXpress", | ||
"name": "Bilateria anatomy", | ||
"prefix": "bila" | ||
} | ||
|
@@ -12968,6 +12974,7 @@ | |
"prefix": "GRO-CPGA" | ||
}, | ||
"deprecated": true, | ||
"description": "A structured controlled vocabulary for the anatomy of Graminae. Please note that this ontology has now been superseded by the Plant Ontology.", | ||
"mappings": { | ||
"biocontext": "gro.cpga", | ||
"bioportal": "GRO-CPGA", | ||
|
@@ -12978,7 +12985,6 @@ | |
"contact.label": "Plant Ontology Administrators", | ||
"deprecated": true, | ||
"homepage": "http://www.gramene.org/plant_ontology/", | ||
"inactive": true, | ||
"name": "Cereal Plant Gross Anatomy", | ||
"prefix": "gro" | ||
} | ||
|
@@ -25291,14 +25297,19 @@ | |
"namespace_in_lui": true, | ||
"obofoundry": { | ||
"contact": "[email protected]", | ||
"contact.github": "hoganwr", | ||
"contact.label": "Bill Hogan", | ||
"contact.orcid": "0000-0002-9881-1017", | ||
"deprecated": false, | ||
"description": "An ontology of geographical entities", | ||
"download.owl": "http://purl.obolibrary.org/obo/geo.owl", | ||
"homepage": "https://github.com/ufbmi/geographical-entity-ontology/wiki", | ||
"license": "CC-BY 4.0", | ||
"license": "CC BY 4.0", | ||
"license.url": "https://creativecommons.org/licenses/by/4.0/", | ||
"name": "Geographical Entity Ontology", | ||
"prefix": "geo" | ||
"preferredPrefix": "GEO", | ||
"prefix": "geo", | ||
"repository": "https://github.com/ufbmi/geographical-entity-ontology" | ||
}, | ||
"ols": { | ||
"description": "An ontology of geographical entities", | ||
|
This file was deleted.
Oops, something went wrong.
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