LICENSE
README.md
pyproject.toml
sai/__init__.py
sai/__main__.py
sai/sai.py
sai/configs/__init__.py
sai/configs/global_config.py
sai/configs/ploidy_config.py
sai/configs/pop_config.py
sai/configs/stat_config.py
sai/generators/__init__.py
sai/generators/chunk_generator.py
sai/generators/data_generator.py
sai/generators/window_generator.py
sai/multiprocessing/__init__.py
sai/multiprocessing/mp_manager.py
sai/multiprocessing/mp_pool.py
sai/parsers/__init__.py
sai/parsers/argument_validation.py
sai/parsers/outlier_parser.py
sai/parsers/score_parser.py
sai/preprocessors/__init__.py
sai/preprocessors/chunk_preprocessor.py
sai/preprocessors/data_preprocessor.py
sai/preprocessors/feature_preprocessor.py
sai/registries/__init__.py
sai/registries/generic_registry.py
sai/registries/stat_registry.py
sai/stats/__init__.py
sai/stats/danc_statistic.py
sai/stats/dd_statistic.py
sai/stats/df_statistic.py
sai/stats/dplus_statistic.py
sai/stats/fd_statistic.py
sai/stats/generic_statistic.py
sai/stats/q_statistic.py
sai/stats/stat_utils.py
sai/stats/u_statistic.py
sai/utils/__init__.py
sai/utils/genomic_dataclasses.py
sai/utils/utils.py
sai_pg.egg-info/PKG-INFO
sai_pg.egg-info/SOURCES.txt
sai_pg.egg-info/dependency_links.txt
sai_pg.egg-info/entry_points.txt
sai_pg.egg-info/requires.txt
sai_pg.egg-info/top_level.txt
tests/test___main__.py
tests/test_sai.py
tests/configs/test_global_config.py
tests/configs/test_ploidy_config.py
tests/configs/test_pop_config.py
tests/configs/test_stat_config.py
tests/generators/test_chunk_generator.py
tests/generators/test_window_generator.py
tests/multiprocessing/test_mp_manager.py
tests/multiprocessing/test_mp_pool.py
tests/parsers/test_argument_validation.py
tests/parsers/test_outlier_parser.py
tests/parsers/test_score_parser.py
tests/preprocessors/test_chunk_preprocessor.py
tests/preprocessors/test_feature_preprocessor.py
tests/registries/test_registries.py
tests/stats/test_danc_statistic.py
tests/stats/test_dd_statistic.py
tests/stats/test_df_statistic.py
tests/stats/test_dplus_statistic.py
tests/stats/test_fd_statistic.py
tests/stats/test_q_statistic.py
tests/stats/test_stat_utils.py
tests/stats/test_u_statistic.py
tests/utils/test_utils.py