Closed flatstik closed 3 years ago
Hi, I shall take a look at this when I get a chance, shouldn't be too much of a problem to fix.
Hi, I shall take a look at this when I get a chance, shouldn't be too much of a problem to fix.
Great, thanks!
I've fixed this and the program runs on my end without a problem. This issue came from a unusual command where you specify diastereomer generation when the molecule doesn't have any diastereomers.
Error generated while running PyDP4.py -w gnomes -s b3lyp --InChI Candidates_inchis.inchi experimental_nmr_files:
Files generated: InChI_Mol_0_0.mae
InChI_Mol_0_0.sdf
InChI_Mol_0_0.sdf.com
Apparently the command should be bmin InChI_Mol_0_0 .sdf instead of bmin InChI_Mol_0_0
So for this to work, replace the following lines in MacroModel.py:
Then it complains about the mae-file it can't find, because it is looking for InChI_Mol_0_0.sdf.mae but there is only InChI_Mol_0_0.mae ..
When this is corrected by replacing line:
MacroModel.py.patch.tar.gz
This then hangs with the IsMMCompleted -loop. Any ideas? @HowarthA