ChemBioHTP / EnzyHTP

EnzyHTP is a python library that automates the complete life-cycle of enzyme modeling
https://enzyhtp-doc.readthedocs.io
Other
10 stars 1 forks source link

Chrisjurich/reduce pymol file io #163

Closed chrisjurich closed 8 months ago

chrisjurich commented 8 months ago

Quick PR. It turns out that you can actually just use the pymol API function read_pdbstr() to load a Structure() without having to do file I/O. Updated it within enzy_htp._interface.pymol_interface.load_enzy_htp_stru(). Should be a quick PR!