🍀 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-abicd demos
$ python3 run_me_<n>.py$ python3 -m unittest test/*.pyImport the package
# sample.py
import bioseq as bsUse the functions as demonstrated on the demos and the test suite.