-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
I've installed McSearch and worked out the BABEL_LIBDIR issue, so now it can access the plug-ins.
It seems that the fatal crash occurs in this line:
std.sdf <- smiles2sdf(score.matrix[p,7])
I added some print statements to see where the crash was occurring and it has a fatal crash right after print ("inside p loop\n"), so print ("inside p loop std.sdf\n") does not get executed.
print ("inside p loop\n")
std.sdf <- smiles2sdf(score.matrix[p,7])
print ("inside p loop std.sdf\n") <-- this does not get printed out as there's a fatal error
Any ideas?
Thanks!
James
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels