You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate the PaDEL 3D descriptors for a small dataset; I've set the as the code snip below and prepared an XML file the 3D descriptors set to True and left the rest as False however the out files are all empty values. Is there something wrong with my approach or are the 3D descriptors broken?
PS: I'm calculating it from smiles supplied as a smi file, the 2D descriptors work fine with the same input. padeldescriptor(mol_dir='temp.smi', d_file='PaDEL_3D.csv', descriptortypes= '3D.xml', detectaromaticity=True, standardizenitro=True, convert3d=True, d_2d=False, d_3d=True, standardizetautomers=True, threads=2, removesalt=True, log=False, retainorder=True, fingerprints=False)
The text was updated successfully, but these errors were encountered:
Not sure what's going on here... the arguments for generating 3D descriptors and converting to 3D should be passed via the command line to PaDEL, with:
Not sure if there are any strange interactions between arguments - I'll keep this issue open, maybe someone with more familiarity with the PaDEL-Descriptor source code can chime in.
Hello,
I'm trying to generate the PaDEL 3D descriptors for a small dataset; I've set the as the code snip below and prepared an XML file the 3D descriptors set to True and left the rest as False however the out files are all empty values. Is there something wrong with my approach or are the 3D descriptors broken?
PS: I'm calculating it from smiles supplied as a smi file, the 2D descriptors work fine with the same input.
padeldescriptor(mol_dir='temp.smi', d_file='PaDEL_3D.csv', descriptortypes= '3D.xml', detectaromaticity=True, standardizenitro=True, convert3d=True, d_2d=False, d_3d=True, standardizetautomers=True, threads=2, removesalt=True, log=False, retainorder=True, fingerprints=False)
The text was updated successfully, but these errors were encountered: