Skip to content

This repository is used for the development of the GoldenMutagenesis web application

License

Notifications You must be signed in to change notification settings

alexanderisme/GoldenMutagenesisWeb

 
 

Repository files navigation

GoldenMutagenesisWeb

GitHub Docker Pulls Docker Cloud Build Status

This repository includes the development of the web user-interface of the GoldenMutagenesis R Library. See https://msbi.ipb-halle.de/GoldenMutagenesis/ for more information about the project.

Public running instance

You can use a public running instance of the tool at https://msbi.ipb-halle.de/GoldenMutagenesisWeb/.

Running your own instance

Docker image

The easiest way to run a personal instance of this application is to use the docker image at https://hub.docker.com/r/sneumann/goldenmutagenesisweb. The application can be run with

docker run -p 3838:3838 sneumann/goldenmutagenesisweb

Afterwards the application will be available at http://127.0.0.1:3838/.

RStudio

You can also download the repository and open the GoldenMutagenesisWeb.Rproj file. Please note that you have to install all packages from install.R. If you want to use the PDF export you also have to install all packages from install_user.R.

About

This repository is used for the development of the GoldenMutagenesis web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 89.4%
  • HTML 3.7%
  • CSS 3.6%
  • TeX 2.4%
  • Dockerfile 0.9%