-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
`symbol = 'ac'
helm = f"PEPTIDE1{{{symbol}}}$$$$"
b = Converter(helm=helm)
biln = b.get_biln()
seq = Sequence(biln)
seq = correct_pdb_atoms(seq)
mol = Molecule(seq)
romol = mol.get_molecule(fmt='ROMol')
for atom in romol.GetAtoms():
print(atom.GetIdx(),atom.GetMonomerInfo().GetName().strip())`
It reported that if names_cap[name][j] == 'CH3': IndexError: list index out of range
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels