Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a user interface on the console #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2021

  1. Implemented a facade pattern to opt.py

    Added an interface that can be used more easily by a geneticist that is not also a software developer. 
    New regions to translate can be added, existing region positions can be changed, as can the start position of the vaccine. At any time the user can print out the resulting gene sequence of the vaccine and the virus/vaccine combination
    Lajellu committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ed441c6 View commit details
    Browse the repository at this point in the history
  2. Applied creation pattern to corona class

    Allows other virus to be used with the software like HSV and HIV
    Lajellu committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f6c0814 View commit details
    Browse the repository at this point in the history