Skip to content

Commit

Permalink
refactored rhea_mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 30, 2024
1 parent f2a75e7 commit 8a0055a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kg_microbe/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ONTOLOGIES_MAP,
OntologiesTransform,
)
from kg_microbe.transform_utils.rheamappings.rheamappings import RheaMappingsTransform
from kg_microbe.transform_utils.rhea_mappings.rhea_mappings import RheaMappingsTransform
from kg_microbe.transform_utils.uniprot_functional_microbes.uniprot_functional_microbes import (
UniprotFunctionalMicrobesTransform,
)
Expand All @@ -49,11 +49,11 @@
MADIN_ETAL: MadinEtAlTransform,
RHEAMAPPINGS: RheaMappingsTransform,
BACTOTRAITS: BactoTraitsTransform,
UNIPROT_HUMAN: UniprotHumanTransform,
# UNIPROT_HUMAN: UniprotHumanTransform,
CTD: CTDTransform,
DISBIOME: DisbiomeTransform,
WALLEN_ETAL: WallenEtAlTransform,
UNIPROT_FUNCTIONAL_MICROBES: UniprotFunctionalMicrobesTransform,
# UNIPROT_FUNCTIONAL_MICROBES: UniprotFunctionalMicrobesTransform,
}


Expand Down
2 changes: 1 addition & 1 deletion kg_microbe/transform_utils/rhea_mappings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""RHEA mappings transform."""

from .rheamappings import RheaMappingsTransform
from .rhea_mappings import RheaMappingsTransform

__all__ = ["RheaMappingsTransform"]

0 comments on commit 8a0055a

Please sign in to comment.