This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Split a protein-ligand complex into protein and ligands and assign ligand bond orders using SMILES strings from Ligand Export | |
# Code requires Python 3.6 | |
import sys | |
from prody import * | |
import pandas as pd | |
from rdkit import Chem | |
from rdkit.Chem import AllChem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
from prody import * | |
from rdkit import Chem | |
from rdkit.Chem import AllChem | |
from io import StringIO | |
import pypdb | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import os | |
from rdkit import Chem | |
def molecule_supplier_from_name(input_file_name): | |
ext = os.path.splitext(input_file_name)[-1] | |
if ext == ".smi": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
from rdkit import Chem | |
from tqdm import tqdm | |
import pandas as pd | |
import math | |
def in_place_rmsd(mol_1, mol_2): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Br.CC(NC(C)(C)C)C(=O)c1cccc(Cl)c1 675686 | |
Br.Cc1ccc(Sc2ccccc2N3CCNCC3)c(C)c1 1379657 | |
Br.CN(C)CCCC1(OCc2cc(ccc12)C#N)c3ccc(F)cc3 674732 | |
Br.CN1CCC[C@@H]1Cc2c[nH]c3ccc(CCS(=O)(=O)c4ccccc4)cc23 674954 | |
Br.COc1ccc2CN(C)CC[C@@]34C=C[C@H](O)C[C@@H]3Oc1c24 443255 | |
Br.NC(=O)C([C@@H]1CCN(CCc2ccc3OCCc3c2)C1)(c4ccccc4)c5ccccc5 674886 | |
BrCCC(=O)N1CCN(CC1)C(=O)CCBr 453722 | |
C#CCN[C@@H]1CCc2ccccc12 75752 | |
c1ccc2[nH]c(nc2c1)c3cscn3 26590 | |
C1CN2C[C@@H](N=C2S1)c3ccccc3 384948 |
OlderNewer