LICENSE
README.md
pyproject.toml
src/peek_bio/__init__.py
src/peek_bio/__main__.py
src/peek_bio/analysis.py
src/peek_bio/archetypes.py
src/peek_bio/cli.py
src/peek_bio/detect.py
src/peek_bio/display.py
src/peek_bio/utils.py
src/peek_bio.egg-info/PKG-INFO
src/peek_bio.egg-info/SOURCES.txt
src/peek_bio.egg-info/dependency_links.txt
src/peek_bio.egg-info/entry_points.txt
src/peek_bio.egg-info/requires.txt
src/peek_bio.egg-info/top_level.txt
src/peek_bio/formats/__init__.py
src/peek_bio/formats/bed.py
src/peek_bio/formats/bigwig.py
src/peek_bio/formats/csv_tsv.py
src/peek_bio/formats/excel.py
src/peek_bio/formats/fasta.py
src/peek_bio/formats/fastq.py
src/peek_bio/formats/gtf.py
src/peek_bio/formats/h5ad.py
src/peek_bio/formats/mtx.py
src/peek_bio/formats/sam_bam.py
src/peek_bio/formats/vcf.py
tests/test_analysis.py
tests/test_archetypes.py
tests/test_bed.py
tests/test_csv_cleanup.py
tests/test_csv_tsv.py
tests/test_directory.py
tests/test_excel.py
tests/test_explain.py
tests/test_fasta.py
tests/test_fastq.py
tests/test_gtf.py
tests/test_mtx.py
tests/test_sam_bam.py
tests/test_url.py
tests/test_utils.py
tests/test_vcf.py