padelpy icon indicating copy to clipboard operation
padelpy copied to clipboard

padelpy hangs with specific peptide sequence

Open merritjm opened this issue 1 year ago • 2 comments

Hi, novice user here. when using PaDELpy it works most of the time for me but the following peptide sequence just hangs...and eventually times out.

string = rdkit.Chem.MolToSmiles(rdkit.Chem.MolFromFASTA('GLILVGGYGTR')) desc = from_smiles(string)

To me i don't see anything obviously wrong with the smiles string that is generated by rdkit. interesting if i take off the final Arginine (R) it computes fine.

Any ideas?

merritjm avatar May 05 '23 14:05 merritjm

Hey @merritjm,

I'm not too familiar working with peptide sequences - what is the SMILES string that rdkit.Chem.MolToSmiles generates?

Travis

Edit: in other words, what is the value of "string"?

tjkessler avatar May 10 '23 00:05 tjkessler

in the example above GLILVGGYGTR which fails the descriptor calc the smiles is: image

GLILVGGYGT which runs fine: image

copied pictures since as txt they were causing issues. The smiles can be found in the linked file.

padel smiles testing.txt 4fb1-b132-7ca628389778)

merritjm avatar Jul 31 '23 18:07 merritjm