Skip to content

Commit

Permalink
fixed wrong resource name labels
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 22, 2024
1 parent 961384d commit d7e6cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion omnipath_metabo/data/resource-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ramp:
LIPIDMAPS: LIPID MAPS
pubchem: PubChem
swisslipids: SwissLipids
plantfa: PlantFAdb
lipidmaps:
SYSTEMATIC_NAME: IUPAC
CHEBI_ID: ChEBI
Expand All @@ -35,9 +36,10 @@ lipidmaps:
LIPIDBANK_ID: LipidBank
PLANTFA_ID: PlantFAdb
NAME: Name
PUBCHEM_CID: PubChem
swisslipids:
CHEBI: ChEBI
LIPID MAPS: LIPID MAPS
HMDB: HMDB
MetaNetX: MetaNetX
Synonyms*: Synonym
Synonyms*: Synonym
2 changes: 1 addition & 1 deletion omnipath_metabo/schema/_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __iter__(self):

class LipidMaps(ResourceBase):
scheme = Structure
name = 'LipidMaps'
name = 'LIPID MAPS'
id_fields = [
('name','SYSTEMATIC_NAME'),
('name', 'PUBCHEM_CID'),
Expand Down

0 comments on commit d7e6cb2

Please sign in to comment.