Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Nov 13, 2024
1 parent d38e5c6 commit b186773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/phenotype2phenopacket/add/add_genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ def add_genes(


def add_genes_to_directory(
phenopacket_dir: Path,
genes_to_disease: pl.DataFrame,
gene_identifier: str,
output_dir: Path,
phenopacket_dir: Path,
genes_to_disease: pl.DataFrame,
gene_identifier: str,
output_dir: Path,
):
"""
Add known gene-to-phenotype relationships to the interpretations of a directory of phenopackets.
Expand Down

0 comments on commit b186773

Please sign in to comment.