From ce46bc59b5ebd0c64aa1a493f84ddc5166dfeec6 Mon Sep 17 00:00:00 2001 From: JasonCLEI <765603496@qq.com> Date: Fri, 26 Jan 2024 12:43:08 +0800 Subject: [PATCH] Updated haplotype_filtering.py --- src/haplotype_filtering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haplotype_filtering.py b/src/haplotype_filtering.py index b7a637b..71477a4 100644 --- a/src/haplotype_filtering.py +++ b/src/haplotype_filtering.py @@ -638,4 +638,4 @@ def main(): if __name__ == "__main__": - main() + main() \ No newline at end of file