openmolecules.org

 
Home » DataWarrior » Bug Reports » "PathFp" fingerpring bug?
"PathFp" fingerpring bug? [message #245] Fri, 17 March 2017 10:30
arofab is currently offline  arofab
Messages: 2
Registered: March 2017
Junior Member
Hello,
it seems there is an error in "PathFp" descriptor calculation, where some '1' bits are outputted as '0' bits

Looking at the code (4.5.1 version), the createDescriptor() method in com.actelion.research.chem.descriptor.DescriptorHandlerPFP51 2 class, there seem to be an error during the translation from java.util.BitSet into an int[] array, where i and j variables appear to be switched in line 60 of DescriptorHandlerPFP512.java file, where:
if (bitset.get(32 * i + j))

should be:
if (bitset.get(32 * j + i))

Greetings.
Previous Topic: User detected Malware on Datawarrior.exe
Next Topic: nasty functions not activated in 4.4.4
Goto Forum:
  


Current Time: Tue Mar 19 08:40:06 CET 2024

Total time taken to generate the page: 0.07285 seconds