Skip to content

Commit

Permalink
Remove incorrect fairsharing mapping from seed (#1245)
Browse files Browse the repository at this point in the history
Closes #1243

---------

Co-authored-by: i alarmed alien <ialarmedalien@users.noreply.github.com>
  • Loading branch information
cthoyt and ialarmedalien authored Nov 2, 2024
1 parent 84581d5 commit bca56b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
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": "aireland@lbl.gov",
"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

0 comments on commit bca56b1

Please sign in to comment.