.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/biopipe.rst
docs/reference/index.rst
src/biopipe/__init__.py
src/biopipe/__main__.py
src/biopipe/cli.py
src/biopipe/contexts.py
src/biopipe/decorators.py
src/biopipe/gene.py
src/biopipe/termchart.py
src/biopipe/transformers.py
src/biopipe.egg-info/PKG-INFO
src/biopipe.egg-info/SOURCES.txt
src/biopipe.egg-info/dependency_links.txt
src/biopipe.egg-info/entry_points.txt
src/biopipe.egg-info/not-zip-safe
src/biopipe.egg-info/requires.txt
src/biopipe.egg-info/top_level.txt
tests/context_tests.py
tests/termchart_test.py
tests/test_biopipe.py