iimpulse / SequenceAlignment

Northeastern Directed Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SequenceAlignment

Northeastern Directed Study project to build a full-stack web application for Needleman–Wunsch pairwise sequence alignment that produces one of the optimal sequence alignment.

Sub-directories

sa - ui

Javascript
React

sa-api

Python
Flask
Aligner.py - Needleman–Wunsch algorithm for two sequences

Requirements

python3@latest

python -m pip install -r sa-api/requirements.txt

Running the application

cd sa-api
flask run

Visit http://localhost:5000/

About

Northeastern Directed Study


Languages

Language:CSS 47.0%Language:JavaScript 32.5%Language:HTML 10.7%Language:Python 9.7%