Git Product home page Git Product logo

mergunfrimen / alpha-charges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sb-ncbr/alphacharges

0.0 0.0 0.0 8.34 MB

AlphaCharges (αCharges) is a web application for the calculation of partial atomic charges on protein structures predicted by the AlphaFold2 algorithm and deposited in the AlphaFoldDB database.

Home Page: https://alphacharges.ncbr.muni.cz/

License: MIT License

JavaScript 7.56% Python 49.14% HTML 42.01% Shell 1.00% CSS 0.29%

alpha-charges's Introduction



AlphaCharges

αCharges is a web application for the calculation of partial atomic charges on protein structures predicted by the AlphaFold2 algorithm and deposited in the AlphaFoldDB database. The charges are computed by the SQE+qp empirical method, which quality is comparable to quantum mechanical charge calculation approaches. Before computation of the charges, αCharges protonates the input protein structures by PROPKA3. The details about the methodology and usage are described in the manual. This website is free and open to all users and there is no login requirement.

How to run

To run AlphaCharges locally, you will need to have Python 3.9 and pip installed.

Then, clone project and install the project dependencies by running:

$ cd /opt
$ git clone https://github.com/sb-ncbr/AlphaCharges
$ sudo python3.9 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Run the project by running the following command inside the virtual environment:

(venv) $ cd /opt/Alphacharges/app
(venv) $ export FLASK_APP=routes.py
(venv) $ flask run

and point your browser to localhost:5000/.

How to cite

If you found AlphaCharges helpful, please cite: Schindler, O., Berka, K., Cantara, A., Křenek, A., Tichý, D., Raček, T., & Svobodová, R. (2023). αCharges: Partial atomic charges for AlphaFold structures in high quality. Nucleic Acids Research.

License

MIT

alpha-charges's People

Contributors

dargen3 avatar mergunfrimen avatar krab1k 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.