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
It has come to my notice that when we are calculating molecules descriptors of say 5 molecules, the fingerprints generated are in random order.
You can see in the image, the order of molecule has changed randomly, can you please tell me ehy is this and what is the work around, I have 10000 molecules, I can't keep a track of any because of this.
The text was updated successfully, but these errors were encountered:
If you are using the "padeldescriptor" wrapper function, you need to supply "retainorder=True" to the function. Perhaps it would be more beneficial for me to set its default value to "True" instead of "False"...
Hi @tjkessler
Yes setting "retainorder=True" in the "padeldescriptor" wrapper function helped. And yes it should be default set to True, because it makes more sense to get the fingerprints in the order of the input molecules, it saves a lot of trouble users can encounter.
It has come to my notice that when we are calculating molecules descriptors of say 5 molecules, the fingerprints generated are in random order.
You can see in the image, the order of molecule has changed randomly, can you please tell me ehy is this and what is the work around, I have 10000 molecules, I can't keep a track of any because of this.
The text was updated successfully, but these errors were encountered: