.gitignore
Dockerfile
LICENSE
README.md
build.sh
publish.sh
setup.py
.github/workflows/docker-publish.yml
docs/pybio_docs.pdf
ensembl/ensembl.json
ensembl/genome_species.tab
ensembl/update_db.py
media/pybio.png
pybio/__init__.py
pybio/pybio.config.example
pybio/version
pybio.egg-info/PKG-INFO
pybio.egg-info/SOURCES.txt
pybio.egg-info/dependency_links.txt
pybio.egg-info/entry_points.txt
pybio.egg-info/not-zip-safe
pybio.egg-info/requires.txt
pybio.egg-info/top_level.txt
pybio/aimux/__init__.py
pybio/config/__init__.py
pybio/core/__init__.py
pybio/core/genomes.py
pybio/data/Bedgraph.py
pybio/data/Fasta.py
pybio/data/Fastq.py
pybio/data/__init__.py
pybio/maths/__init__.py
pybio/path/__init__.py
pybio/sequence/__init__.py
pybio/utils/__init__.py
tests/bedgraph/file_a.bed
tests/bedgraph/file_b.bed
tests/bedgraph/filtering.bed
tests/bedgraph/filtering.py
tests/bedgraph/filtering.res.bed
tests/bedgraph/test.py