Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed May 10, 2024
1 parent 940e8a2 commit c97b148
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pheval_template/run/run.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
from pathlib import Path

from pheval_template.run.run_tool import run_tool


def run(testdata_dir: Path, raw_results_dir: Path) -> None:
"""
Run the tool to obtain the raw results.
Args:
testdata_dir: Path to the test data directory.
raw_results_dir: Path to the raw results directory.
"""
run_tool(phenopacket_dir=testdata_dir.joinpath("phenopackets"), output_dir=raw_results_dir)

0 comments on commit c97b148

Please sign in to comment.