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

Remove incorrect fairsharing mapping from seed #1245

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
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
20 changes: 8 additions & 12 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -102106,17 +102106,14 @@
"biocontext": {
"prefix": "SEED"
},
"fairsharing": {
"abbreviation": "SEED",
"description": "The Standard for the Exchange of Earthquake Data (SEED) is a data format intended primarily for the archival and exchange of seismological time series data and related metadata. The format is maintained by the International Federation of Digital Seismograph Networks (FDSN). Originally designed in the late 1980s, the format has been enhanced and refined a number of times and remains in widespread use.",
"homepage": "http://www.fdsn.org/pdf/SEEDManual_V2.4.pdf",
"name": "Standard for the Exchange of Earthquake Data",
"prefix": "FAIRsharing.68b03f",
"publications": [],
"subjects": [
"Earth Science"
]
},
"contributor_extras": [
{
"email": "[email protected]",
"github": "ialarmedalien",
"name": "AJ Ireland",
"orcid": "0000-0003-1982-9065"
}
],
"go": {
"description": "Project to annotate the first 1000 sequenced genomes, develop detailed metabolic reconstructions, and construct the corresponding stoichiometric matrices",
"homepage": "http://www.theseed.org",
Expand All @@ -102126,7 +102123,6 @@
},
"mappings": {
"biocontext": "SEED",
"fairsharing": "FAIRsharing.68b03f",
"go": "SEED",
"miriam": "seed",
"n2t": "seed",
Expand Down
3 changes: 3 additions & 0 deletions src/bioregistry/data/mismatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
"bartoc": "1756",
"lov": "sao"
},
"seed": {
"fairsharing": "FAIRsharing.68b03f"
},
"string": {
"zazuko": "string"
},
Expand Down
Loading