feat: code added for testing comparability
This commit is contained in:
@@ -95,11 +95,7 @@ def main(test_sample_paths: str, conditions: list[str], outpath: str) -> None:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_sample_paths = "data/test_samples.txt"
|
test_sample_paths = "data/se_val_samples.txt"
|
||||||
conditions = [
|
conditions = ["full_validation_data", "pgxCleaner_final_val_samples"]
|
||||||
"validation_data",
|
outpath = "data/pgx-engine-repos-simplified_whole_vali_2025Aug27"
|
||||||
"pgxCleaner_engine-wrapper-repo-removed",
|
|
||||||
"pgxCleaner_wrapper_cleanup",
|
|
||||||
]
|
|
||||||
outpath = "data/pgx-engine-repos-simplified_2025Aug19"
|
|
||||||
main(test_sample_paths, conditions, outpath)
|
main(test_sample_paths, conditions, outpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user