Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/41-allow-for-specification-of-ge…
Browse files Browse the repository at this point in the history
…ne-identifier-to-use-in-phenopacket' into 41-allow-for-specification-of-gene-identifier-to-use-in-phenopacket

# Conflicts:
#	src/phenotype2phenopacket/add/add_genes.py
#	src/phenotype2phenopacket/cli_add.py
  • Loading branch information
yaseminbridges committed Nov 13, 2024
2 parents 4c18b43 + 1e96ca3 commit e7bc596
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/phenotype2phenopacket/utils/phenopacket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import polars as pl
from google.protobuf.timestamp_pb2 import Timestamp
from oaklib.implementations import ProntoImplementation
from pheval.utils.phenopacket_utils import GeneIdentifierUpdater, create_json_message

from phenopackets import (
Age,
Diagnosis,
Expand All @@ -26,8 +28,6 @@
Resource,
TimeElement,
)
from pheval.utils.phenopacket_utils import GeneIdentifierUpdater, create_json_message

from phenotype2phenopacket.utils.utils import is_float


Expand Down
14 changes: 7 additions & 7 deletions tests/test_phenopacket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
from unittest.mock import Mock, patch

import polars as pl
from pheval.utils.phenopacket_utils import (
GeneIdentifierUpdater,
create_gene_identifier_map,
create_hgnc_dict,
)
from polars.testing import assert_frame_equal

from phenopackets import (
Age,
Diagnosis,
Expand All @@ -19,13 +26,6 @@
Resource,
TimeElement,
)
from pheval.utils.phenopacket_utils import (
GeneIdentifierUpdater,
create_gene_identifier_map,
create_hgnc_dict,
)
from polars.testing import assert_frame_equal

from phenotype2phenopacket.utils.phenopacket_utils import (
OnsetTerm,
PhenopacketInterpretationExtender,
Expand Down

0 comments on commit e7bc596

Please sign in to comment.