-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
940e8a2
commit c97b148
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |