Closed L3ul closed 4 years ago
It seems to not like the AT1_.sdf - does it exist? Does it contain valid sdf data? You could also try and provide the full set of diastereomers manually - ie AT1_1, AT1_2 etc and see if that works. This would mean the diastereomer generation would be skipped.
I'm using data from this repository : https://www.repository.cam.ac.uk/handle/1810/303161, AT1.zip/MM.
On Wed, 15 Apr 2020 at 16:08, KristapsE notifications@github.com wrote:
It seems to not like the AT1_.sdf - does it exist? Does it contain valid sdf data? You could also try and provide the full set of diastereomers manually - ie AT1_1, AT1_2 etc and see if that works. This would mean the diastereomer generation would be skipped.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KristapsE/DP4-AI/issues/8#issuecomment-614029505, or unsubscribe https://github.com/notifications/unsubscribe-auth/APGFLG5L27ADZONVKPXSG43RMWWV7ANCNFSM4MIREHLQ .
Have you tried opening the sdf file with a text editor to make sure it hasn't been corrupted by chance? Did you manage to run by giving the AT1_1.sdf, AT1_2.sdf files as inputs?
I have came up with the same question in my win's system. It just because that at GetInchi in InchiGen.py at 165, the function used the path of current work path to find the NMR file. So you must put the AT1_.sdf at the same path with PyDP4.py
Oh, yes, thank you ccyx1997, that seems to be a peculiarity of the current GUI implementation. Something to add to the TO DO list then. The command line version shouldn't have this issue.
ccyx1997's solution works. Cheers!
On Wed, 15 Apr 2020 at 16:47, KristapsE notifications@github.com wrote:
Oh, yes, thank you ccyx1997, that seems to be a peculiarity of the current GUI implementation. Something to add to the TO DO list then. The command line version shouldn't have this issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KristapsE/DP4-AI/issues/8#issuecomment-614051169, or unsubscribe https://github.com/notifications/unsubscribe-auth/APGFLG2RBFH5WVXPCJ53VHLRMW3IRANCNFSM4MIREHLQ .
The latest update should have fixed the requirement to have the files in the source folder, allowing far more freedom in file locations.
I'm on a Debian 10.3 VM (Windows 10 host) using Conda.