Skip to content

Commit

Permalink
Merge pull request #53 from monarch-initiative/52-use-disease-id-for-…
Browse files Browse the repository at this point in the history
…naming-of-files

52 use disease id for naming of files
  • Loading branch information
yaseminbridges authored Dec 18, 2024
2 parents 742cef3 + b1e0f86 commit 667adf5
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.10"
version = "0.6.11"
description = ""
authors = ["Yasemin Bridges <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/phenotype2phenopacket/utils/phenopacket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def create_phenopacket(
meta_data=self.create_metadata(hpoa_version),
),
phenopacket_path=create_phenopacket_file_name_from_disease(
phenotype_annotation_entry["disease_name"]
phenotype_annotation_entry["database_id"]
),
)

Expand Down

0 comments on commit 667adf5

Please sign in to comment.