name = 'insulin'

# Read the PDB file.
conf = PDBConfiguration('insulin.pdb')

# Construct the peptide chains.
chains = conf.createPeptideChains()

# Clean up
del conf
