> and the very latest little fix I just checked in -- there was an extra " 0" 
> on the bond records.

Yes, I was just tracking that down that extra zero. That was the origin of the 
error DS 
Visualizer gives. Now V3000 is loading fine into both 
-- Accelrys DS Visualizer 2.0  (3D viewer-editor) 
-- ACD/ChemSketch 12.00  (2D editor)
-- ACD/3D Viewer 12.00

Both single-model and multi-model SDF are loaded fine by
-- Hyleos Chemfile Browser
-- PowerMV
-- Accelrys DS Visualizer 2.0  


> So please build that fixed version and try writing a .mol file. Should we 
> make the default extension 
> .v3000.mol?

I think's that's a better choice, yes. It will help other programs opening the 
file if it is seen as a 
MOLfile
Only thing is what will you take for the command?
  write mymol.v3000        # creates mymol.v3000  or mymol.v3000.mol ?
  write mymol.v3000.mol
  write V3000 mymol.mol  # no doubts
?

Maybe export v3000 only when it is stated as a parameter:
  write mymol.mol  # creates mymol.mol with v2000 format
  write V3000 whatever  # creates whatever with v3000 format

since scripting "write mymol.v3000" takes the same effort as "write v3000 
mymol.mol"
or "write mymol.v3000.mol" as "write v3000 mymol.v3000.mol"

And accept v2000 or v3000 only as parameters, not as extensions that need to be 
interpreted






------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to