coltfox / molecular-properties

Flask app that gets various properties of a molecule provided in SMILES format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask app that gets various properties of a molecule provided in SMILES format.

Running the program

  1. Install anaconda
  2. Create conda environment from the provided .yaml conda env create --file environment.yaml
  3. Activate the environment conda activate cenv
  4. Set the FLASK_APP environment variable (Powershell): $env:FLASK_ENV = "development"
  5. Run the flask app flask run

About

Flask app that gets various properties of a molecule provided in SMILES format.


Languages

Language:JavaScript 36.2%Language:HTML 26.2%Language:Python 24.0%Language:CSS 13.5%