LICENSE
README.md
pyproject.toml
biocompare/__init__.py
biocompare/__main__.py
biocompare/_version.py
biocompare/cli.py
biocompare.egg-info/PKG-INFO
biocompare.egg-info/SOURCES.txt
biocompare.egg-info/dependency_links.txt
biocompare.egg-info/entry_points.txt
biocompare.egg-info/requires.txt
biocompare.egg-info/top_level.txt
biocompare/comparators/__init__.py
biocompare/comparators/bam_stats.py
biocompare/comparators/base.py
biocompare/comparators/bed.py
biocompare/comparators/counts.py
biocompare/comparators/deg.py
biocompare/comparators/expression.py
biocompare/comparators/fasta.py
biocompare/comparators/table.py
biocompare/comparators/vcf.py
biocompare/core/__init__.py
biocompare/core/batch.py
biocompare/core/engine.py
biocompare/core/registry.py
biocompare/core/report.py
biocompare/core/utils.py
biocompare/detection/__init__.py
biocompare/detection/dispatch.py
biocompare/detection/filetype.py
biocompare/io/__init__.py
biocompare/io/report_writers.py
tests/test_bam_stats_comparator.py
tests/test_batch.py
tests/test_bed_comparator.py
tests/test_cli.py
tests/test_counts_comparator.py
tests/test_deg_comparator.py
tests/test_engine_integration.py
tests/test_expression_comparator.py
tests/test_fasta_comparator.py
tests/test_filetype.py
tests/test_report_writers.py
tests/test_table_comparator.py
tests/test_vcf_comparator.py