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?