Skip to content

mpampuch/restriction-enzyme-digest-tool

Repository files navigation

Restriction Digest Analysis Tool

This a web application that I wrote that allows you to perform a restriction digest analysis of custom DNA sequences directly in the browser.

It was written using React + Vite + Node.js + Python.

To run this project, make sure you have Docker and Docker Compose installed and running on your local machine.

You can check if the installations were successful / if the programs are running by executing the following code in your terminal.

docker --version
docker-compose --version

If these are installed, download the code in this repository, and from your local repository run

docker compose up -d && docker compose logs -f

# If that doesn't work try
docker compose up -d --build && docker compose logs -f

Follow the link outputted in the logs to access the app.

Images

The images used to run this app can be found here: https://hub.docker.com/r/mpampuch/restriction-enzyme-digest-tool

About

Tool for performing restriction enzyme digest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published