Acellera / moleculekit

MoleculeKit: Your favorite molecule manipulation kit
Other
198 stars 37 forks source link

viewVoxelFeatures usage in python script. #90

Closed shikhar2333 closed 2 years ago

shikhar2333 commented 2 years ago

When using viewVoxelFeatures in a python script, the vmd window closes right after it pops up and the program terminates.

stefdoerr commented 2 years ago

if you run a script from command line and not from an interactive console you need to tell it to pause somehow. The easiest solution is to just add a input("Press ENTER to close") to the end of your script so that it waits until the user presses enter