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
If the 'd_2d' and 'd_3d' arguments are not specified, the output file will not be populated with descriptors.
Further, I highly suggest that you set 'retainorder' to 'True', this will ensure the descriptors in your output CSV file appear in the same order as the molecules in your input file:
I want to calculate molecular descriptor for more than 4000 cps in file.smi. However, when I use:
from padelpy import padeldescriptor
padeldescriptor(mol_dir='molecule.smi', d_file='descriptors.csv')
The output descriptors.csv have no values. Tell me how to solve this issue. Tks so much
The text was updated successfully, but these errors were encountered: