-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override Target file with N mapping #1
Comments
Can't reproduce this bug. If I give the command : ./SMSD -T SDF -t Data/arom.sdf -N -O MOL -o tmp.mol then I get the subgraph in tmp.mol and Data/arom.sdf is still there. |
Try these files java -Xms500M -Xmx500M -cp SMSD20110421.jar cmd.SMSDcmd -Q MOL -q 1.mol -T SDF -t connected.sdf -N -r -g The reported error is Exception in thread "main" java.lang.NullPointerException This is also followed by overwriting of the Target.mol. |
Ok, so there are several separate issues here:
The second of these is now fixed in 75f8744 - in the sense that it no longer throws errors, but the underlying problem (label crowding) is more difficult. The first problem is less clear : if this combination of arguments is valid, the N-MCS method in SMSDcmd will have to be re-written. If they are not meant to be used together, then perhaps SMSD should throw an error? I'm not sure about the third problem. If the command was -Q MOL ... -T SDF, then each target in the sdf file is written out to a separate file. Also, a large number of images are created. Perhaps there should be separate issues for these? |
Thanks Gilleain, |
Presently its overwriting the target mol in NMCS option. Needs fixing....
The text was updated successfully, but these errors were encountered: