pymol-psico
pymol-psico copied to clipboard
Pymol ScrIpt COllection (PSICO)
Results
2
pymol-psico issues
Sort by
recently updated
recently updated
newest added
For instance, `apbs_surface` with `quiet = True` does not silence the executable run with subprocess.call. This can be fixed by using: ```py import os import subprocess retcode = subprocess.call(['echo', 'foo'],...
Have you considered adding a wrapper for the STAMP structural alignment method? I find it does a better job with some membrane protein structures that I've been working with (using...
enhancement