Skip to content

Commit

Permalink
Reverted mistaken updates in seed.subsystem prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nalikapalayoor committed Jan 17, 2025
1 parent 50f6720 commit 0535955
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -104460,9 +104460,10 @@
"uri_format": "http://modelseed.org/biochem/reactions/$1"
}
},
"seed.subsystems": {
"seed.subsystem": {
"biocontext": {
"prefix": "SEED.SUBSYSTEMS"
"prefix": "SEED.SUBSYSTEM",
"uri_format": "https://pubseed.theseed.org/SubsysEditor.cgi?page=ShowSubsystem&subsystem=$1"
},
"contributor_extras": [
{
Expand All @@ -104482,15 +104483,15 @@
"description": "Project to annotate the first 1000 sequenced genomes, develop detailed metabolic reconstructions, and construct the corresponding stoichiometric matrices",
"homepage": "http://www.theseed.org",
"name": "The SEED;",
"prefix": "SEED.SUBSYSTEMS",
"prefix": "SEED",
"uri_format": "http://www.theseed.org/linkin.cgi?id=$1"
},
"mappings": {
"biocontext": "SEED.SUBSYSTEMS",
"go": "SEED.SUBSYSTEMS",
"miriam": "seed.subsystems",
"n2t": "seed.subsystems",
"ncbi": "SEED.SUBSYSTEMS"
"biocontext": "SEED",
"go": "SEED",
"miriam": "seed",
"n2t": "seed",
"ncbi": "SEED"
},
"miriam": {
"deprecated": true,
Expand All @@ -104499,7 +104500,7 @@
"name": "SEED Subsystem",
"namespaceEmbeddedInLui": false,
"pattern": "^\\w+$",
"prefix": "seed.subsystems",
"prefix": "seed",
"sampleId": "Biotin_biosynthesis"
},
"n2t": {
Expand All @@ -104509,15 +104510,15 @@
"name": "SEED Subsystem at Argonne National Laboratory",
"namespaceEmbeddedInLui": false,
"pattern": "^\\w+$",
"prefix": "seed.subsystems",
"uri_format": "https://pubseed.theseed.org/SubsysEditor.cgi?page=ShowSubsystem&subsystem=$1"
"prefix": "seed",
"uri_format": "http://seed-viewer.theseed.org/seedviewer.cgi?page=Subsystems&subsystem=$1"
},
"name": "SEED Subsystem",
"ncbi": {
"example": "fig|83331.1.peg.1",
"homepage": "http://www.theseed.org",
"name": "The SEED Database",
"prefix": "SEED.SUBSYSTEMS"
"prefix": "SEED"
},
"publications": [
{
Expand Down

0 comments on commit 0535955

Please sign in to comment.