Short program developed for the class of “Practical computing for Bioinformatics” (Fall 2014)
The script consists of a series of functions along with an illustration of their usage.
You can run it using the following command:
python bioinfotools.py
The battery of test can be run using the pytest framework (see requirements.txt):
py.test test_bioinfotools.py