Coder Social home page Coder Social logo

maheshjethalia / balas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wells-wood-research/balas

0.0 1.0 0.0 4.15 MB

Source code for the BUDE Alanine Scan web application.

Dockerfile 0.28% Makefile 0.18% C++ 9.86% Shell 0.19% Python 16.21% HTML 3.33% Elm 69.95%

balas's Introduction

BUDE Alanine Scan

This repository contains the code for the BAlaS web application. The application consists of three services: the front-end server, a service that runs the BudeAlaScan jobs and a database for the job queue and holding the results. Each of these services run inside of a Docker container.

References

Wood CW et al (2020) BAlaS: fast, interactive and accessible computational alanine-scanning using BudeAlaScan, Bioinformatics, btaa026.

Ibarra AA et al (2019) Predicting and Experimentally Validating Hot-Spot Residues at Protein–Protein Interfaces, ACS Chem. Biol., 14, 2252-2263.

Building and Running

To build and run the application (in development mode), you need to have Docker installed on your computer. Once Docker is installed, there are a few steps required to run the application:

  1. Clone the repository to your computer (or fork it and clone if you plan to make alterations!)
  2. Download the Linux version of Scwrl 4 and add it to the dependencies\_for\_isambard/ folder.
  3. Download and install the Elm compiler: npm install -g elm
  4. cd web/elm-src
  5. elm make Main.elm --debug --output=../static/elm/bals.js
  6. Run docker-compose up --build.

Once these steps have been taken the application should be available on 0.0.0.0:3803. This docker-compose.yml creates a shared volume between your computer and the Docker container, which means that you can modify the web app, recompile the Elm code and fully refresh your browser (ctrl+shift+r generally) and the changes will be live. If you make changes to the back-end code restart the Docker containers.

Good luck, have fun and feel free to report any issues on the GitHub page.

balas's People

Contributors

chriswellswood avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.