A minimal molecular viewer for visualising molecular structures in an HTML file.
To install the package, you can use the following command:
pip install minimal_molview
For a developer install use the following
git clone https://github.com/hmacdope/minimal_molview
pip install -e .
To use the viewer, simply run the following command in the terminal:
minimal_molview 8qa2.pdb -o 8qa2.html
This will generate an HTML file called 8qa2.html
which can be opened in a web browser to view the molecular structure.
Copyright (c) 2024, Hugo MacDermottt-Opeskin
Project based on the Computational Molecular Science Python Cookiecutter version 1.1.