We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fc1b1 commit 8613f77Copy full SHA for 8613f77
1 file changed
clinvar_data/phenotype_link.py
@@ -21,9 +21,9 @@ def clean_omim(terms: typing.Set[str]) -> typing.Set[str]:
21
return {term.split(".")[0] for term in terms}
22
23
24
-def run_report(
+def run_report( # noqa: C901
25
path_input: str, path_output: str, needs_hpo_terms: bool = True
26
-): # noqa: C901
+):
27
"""Read in file at path_input and generate link records to path_output."""
28
29
if path_input.endswith(".gz"):
0 commit comments