Pymol-script-repo/cubes.py/ Jump to Cannot retrieve contributors at this time 154 lines (129 sloc)4.63 KB RawBlame ''' Square and Tetrahedra representations (c) 2013 Thomas Holder License: BSD-2-Clause ''' from__future__importprint_function ...
Collected scripts for Pymol. Contribute to Pymol-Scripts/Pymol-script-repo development by creating an account on GitHub.
from pymol import cmd import re import types import random def findseq(needle, haystack, selName=None, het=0, firstOnly=0): # set the name of the selection to return. if selName == None: rSelName = "foundSeq" + str(random.randint(0, 32000)) selName = rSelName elif selName ==...
Collected scripts for Pymol. Contribute to Pymol-Scripts/Pymol-script-repo development by creating an account on GitHub.
Collected scripts for Pymol. Contribute to Pymol-Scripts/Pymol-script-repo development by creating an account on GitHub.
Pymol-script-repo/spectrumbar.py/ Jump to jlecRevert "spectrumbar.py: Code cleanup" … Latest commita6e414eDec 9, 2015History This reverts commit815abdf. 2contributors 148 lines (127 sloc)4.57 KB RawBlame from__future__importprint_function ...
System: Windows 10 Build 19041.1 Environment: Python3, installed by Anaconda3 First, PyMol would crash if I move/resize the plugin window. Then, if I load a dlg produced by Autodock4 it throws the following error: Error: 1 TypeError Exce...
12 changes: 7 additions & 5 deletions 12 poseview.py Original file line numberDiff line numberDiff line change @@ -6,6 +6,8 @@ License: BSD-2-Clause ''' from __future__ import print_function from pymol import cmd, CmdException @@ -75,23 +77,23 @@ def poseview(ligand='organic...
_pymol_auto_arg_update = lambda: None 5 changes: 4 additions & 1 deletion 5 cyspka.py Original file line numberDiff line numberDiff line change @@ -1,5 +1,8 @@ from pymol import cmd import os, platform, sys, math import os import platform import sys import math from time ...