Skip to content

akshadapradhan/minimal_molview

 
 

Repository files navigation

minimal_molview

A minimal molecular viewer for visualising molecular structures in an HTML file.

Installation

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 .

Usage

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

Copyright (c) 2024, Hugo MacDermottt-Opeskin

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.1.

About

Render PDB files to viewable HTML with 3DMol

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.1%
  • HTML 26.9%