๐ bioseq - a Python module to handle biological sequences and perform common Bioinformatics operations. Developed as part of 'Algorithms for Bioinformatics', a subject @FCUP.
The package's development was divided in 3 stages, each with its own report.
- Python3
$ pip3 install git+https://github.com/antonioalmeida/fcup-abi
cd demos
$ python3 run_me_<n>.py
$ python3 -m unittest test/*.py
Import the package
# sample.py
import bioseq as bs
Use the functions as demonstrated on the demos and the test suite.