Skip to content

Instantly share code, notes, and snippets.

View alexlyzhov's full-sized avatar
🐵

Alexander alexlyzhov

🐵
  • NYU
  • New York City
View GitHub Profile
@PatWalters
PatWalters / split_complex_v2.py
Created October 2, 2018 01:20
An improved script to extract a ligand from a protein-ligand complex and assign bond orders
#!/usr/bin/env python
import sys
from prody import *
from rdkit import Chem
from rdkit.Chem import AllChem
from io import StringIO
import pypdb