Skip to content

A python Flask Web app. The website takes multiple DNA Sequences and some parameters as input. It then aligns the sequences by MUSCLE API (multiple sequence alignment tool). It then processes the data according to the parameters given.

Notifications You must be signed in to change notification settings

groverkaushal/sequence_gradient_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequence_gradient_graph

This project features a flask web app.

The website takes multiple DNA sequences and some parameters as input. It then aligns the sequences by multiple sequence alignment using MUSCLE API. Then processess the data according to the parameters given.

The plots are displayed as output.

Installation

Clone the repsitory

git clone https://github.com/Blassreiter0/sequence_gradient_graph.git

Create a virtual environment:

python -m venv venv

Activate the virtual environment:

source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Usage

Start the Flask app:

python rest_app.py

Open a web browser and go to http://localhost:5000. You should see the home page of the Flask app.

About

A python Flask Web app. The website takes multiple DNA Sequences and some parameters as input. It then aligns the sequences by MUSCLE API (multiple sequence alignment tool). It then processes the data according to the parameters given.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published