BSDExabio / structural_DLFA

Deep learning and structure based hypothesis generation for functional annotation
1 stars 0 forks source link

structural_DLFA

Deep learning and structure based hypothesis generation for functional annotation

A pipeline for bringing together hypotheses from SAdLSA and AlphaFold to uncover protein structure.


Directories

Files


Spinning up web site

  1. Ensure your environment is setup
    1. docker is installed

      We recommned installing via the website and not via home brew or a linux package manager.

    2. git lfs is installed
    3. you have checked out website/static/dlfa.db via git lfs
  2. docker-compose up

    You will see logging messages in your terminal for all GET and POST transactions

  3. Surf to https://0.0.0.0:5000

(Yes, eventually the port and host IP will change.)