-
This is the flask application that hosts a transcription and translation tool online that was created previously in python.
-
The files included create a simple website using the lightweight flask framework that allows online users to transcribe and translate DNA sequences.
-
Gunicorn was used for the wsgi and Nginx was used for the general hosting of the site.
A Dockerfile has been included that can be used to create an image of this flask application that can be ran as a container.
Github Actions Workflow yaml was added to build the image natively in Github. DockerHub Registry Push to come next