/Biology_flask_app

This is the flask application that hosts a transcription and translation tool online that was created previously in python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Biology_flask_app

  • 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.


UPDATE:

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

Github Actions Workflow yaml was added to build the image natively in Github. DockerHub Registry Push to come next