LICENSE
README.md
pyproject.toml
pipeconcord/__init__.py
pipeconcord/__main__.py
pipeconcord/_version.py
pipeconcord/cli.py
pipeconcord.egg-info/PKG-INFO
pipeconcord.egg-info/SOURCES.txt
pipeconcord.egg-info/dependency_links.txt
pipeconcord.egg-info/entry_points.txt
pipeconcord.egg-info/requires.txt
pipeconcord.egg-info/top_level.txt
pipeconcord/comparators/__init__.py
pipeconcord/comparators/bam_stats.py
pipeconcord/comparators/base.py
pipeconcord/comparators/bed.py
pipeconcord/comparators/counts.py
pipeconcord/comparators/deg.py
pipeconcord/comparators/expression.py
pipeconcord/comparators/fasta.py
pipeconcord/comparators/table.py
pipeconcord/comparators/vcf.py
pipeconcord/core/__init__.py
pipeconcord/core/batch.py
pipeconcord/core/engine.py
pipeconcord/core/registry.py
pipeconcord/core/report.py
pipeconcord/core/utils.py
pipeconcord/detection/__init__.py
pipeconcord/detection/dispatch.py
pipeconcord/detection/filetype.py
pipeconcord/io/__init__.py
pipeconcord/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