ATTENTION: The Django version required by this project is vulnerable, DO NOT serve it on a computer with public access. The project is only for learning.
It is a python implementation of some classic algorithms on bioinformatics, including:
- K Operation (on string)
- FASTA Alignment
- Box Plot Graph
- Needleman-Wunsch Algorithm (for alignment)
- Smith-Waterman Algorithm (for alignment)
- Sensing Matrix (for finding functional locus)
- CpG Islands
- Draw Phylogenetic Tree
And the GUI is constructed with Django.
python3-tk is required...
sudo apt install python3-tk