Skip to content

Commit

Permalink
Merge pull request #36 from monarch-initiative/35-missing-pt_id-argum…
Browse files Browse the repository at this point in the history
…ent-in-create_phenopacket-function-call

35 missing pt id argument in create phenopacket function call
  • Loading branch information
yaseminbridges authored Nov 12, 2024
2 parents 79c718a + 74a0a24 commit 3815375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phenotype2phenopacket"
version = "0.6.0"
version = "0.6.1"
description = ""
authors = ["Yasemin Bridges <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/phenotype2phenopacket/convert/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def convert_to_phenopackets(
for omim_disease in grouped_omim_diseases:
phenopacket_file = PhenotypeAnnotationToPhenopacketConverter(
human_phenotype_ontology
).create_phenopacket(omim_disease, phenotype_annotation_data.version)
).create_phenopacket(omim_disease, phenotype_annotation_data.version, None)
write_phenopacket(
phenopacket_file.phenopacket, output_dir.joinpath(phenopacket_file.phenopacket_path)
)

0 comments on commit 3815375

Please sign in to comment.