Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

padelpy hangs with specific peptide sequence #45

Open
merritjm opened this issue May 5, 2023 · 2 comments
Open

padelpy hangs with specific peptide sequence #45

merritjm opened this issue May 5, 2023 · 2 comments

Comments

@merritjm
Copy link

merritjm commented May 5, 2023

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?

@tjkessler
Copy link
Member

tjkessler commented May 10, 2023

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"?

@merritjm
Copy link
Author

merritjm commented Jul 31, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants