User a7c284afc4
23-07-2007 11:13:40
Hello,
I'm trying to generate pharmacophore fingerprints with a specified xml configuration file.
So if I use the function
generatemd c test.sdf -k PF -g -D -v -o test.pfp
I obtain the pfp
But if I precise the .xml file :
generatemd c test.sdf -k PF -c pharma-frag.xml -g -D -v -o test.pfp
I obtain only the following message :
java.lang.NullPointerException
at chemaxon.pharmacophore.PFParameters.processDocument(PFParameters.java:943)
at chemaxon.descriptors.MDParameters.readFromXmlFile(MDParameters.java:856)
at chemaxon.pharmacophore.PFParameters.<init>(PFParameters.java:281)
at chemaxon.descriptors.GenerateMD.processDescriptorTypeSpecificOptions(GenerateMD.java:1706)
at chemaxon.descriptors.GenerateMD.processDescriptorOptions(GenerateMD.java:1691)
at chemaxon.descriptors.GenerateMD.processCmdLineOptions(GenerateMD.java:1512)
at chemaxon.descriptors.GenerateMD.main(GenerateMD.java:1410)
Do you know what is the problem?
Thanks
Best Regards and sorry for this stupid question!
I'm trying to generate pharmacophore fingerprints with a specified xml configuration file.
So if I use the function
generatemd c test.sdf -k PF -g -D -v -o test.pfp
I obtain the pfp
But if I precise the .xml file :
generatemd c test.sdf -k PF -c pharma-frag.xml -g -D -v -o test.pfp
I obtain only the following message :
java.lang.NullPointerException
at chemaxon.pharmacophore.PFParameters.processDocument(PFParameters.java:943)
at chemaxon.descriptors.MDParameters.readFromXmlFile(MDParameters.java:856)
at chemaxon.pharmacophore.PFParameters.<init>(PFParameters.java:281)
at chemaxon.descriptors.GenerateMD.processDescriptorTypeSpecificOptions(GenerateMD.java:1706)
at chemaxon.descriptors.GenerateMD.processDescriptorOptions(GenerateMD.java:1691)
at chemaxon.descriptors.GenerateMD.processCmdLineOptions(GenerateMD.java:1512)
at chemaxon.descriptors.GenerateMD.main(GenerateMD.java:1410)
Do you know what is the problem?
Thanks
Best Regards and sorry for this stupid question!