Giter Club home page Giter Club logo

conftopo's Introduction

ConfTopo

conftopo-core-docker

ConfTopo

Explore topological changes across protein conformational changes.

Running the app

ConfTopo runs as a Streamlit app. The preferred method of running the application is within a Docker container. Optionally, instructions are provided for running locally on macOS.

Regardless of the execution modality, first clone this repository:

git clone https://github.com/maduprey/conftopo.git

Docker

Setup

  1. Install Docker.
  2. cd into the repository.

Usage

  1. Start Docker. For example, on most Linux distros:
    systemctl start docker
  2. Build the Docker image:
    docker build -f docker/Dockerfile -t conftopo .
  3. Run the Docker container:
    docker run -p 8501:8501 conftopo
  4. In your browser, navigate to the Streamlit app at http://localhost:8501/

Local

Setup

  1. Download and install UCSF ChimeraX 1.5. If the ChimeraX executable is installed somewhere else, edit the path /Applications/ChimeraX-1.5.app/Contents/MacOS/ChimeraX in chimerax.py.

  2. cd into this repository.

  3. Using conda, create and activate a virtual environment conftopo with pip installed:

    conda create -n conftopo python=3.8
    y # Accept any new packages that will be installed
    conda activate conftopo
  4. Install the required Python packages:

    poetry install
    pip install streamlit==1.16.0

Usage

  1. Start the Streamlit app:
    streamlit run run_conftopo.py
  2. In your browser, navigate to http://localhost:8502/

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

conftopo was created by Michael Duprey. It is licensed under the terms of the MIT license.

Credits

conftopo was created with cookiecutter and the py-pkgs-cookiecutter template.

conftopo's People

Contributors

maduprey avatar

Stargazers

 avatar

Watchers

 avatar  avatar

conftopo's Issues

Fix Docker

App currently does not build with Docker.

Version checking not working

Issue with version checking in chimerax.py wherein platform.system() seems to be throwing an error and halting the app from running.

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.