What is *.t

ChemAxon 587f88acea

14-07-2004 13:23:01

Hello,





What is *.t for a file format? And how can I produce such a file?





Tanja

ChemAxon 7c2d26e5cf

14-07-2004 13:59:01

Tanja wrote:
Hello,





What is *.t for a file format? And how can I produce such a file?





Tanja
Hello Tanja,


Actually the *.t files are SD files. ( http://www.chemaxon.com/marvin/doc/user/mol-csmol-doc.html#mol )





To create an SD file, use the MolConverter application. E.g.:


Code:
molconvert sdf file1.mol file2.mol file3.mol -o file.sdf



You can find more info about this application in the documentation:


http://www.chemaxon.com/marvin/doc/user/molconvert.html





MolConverter is also avaliable from Marvin Beans API:


http://www.chemaxon.com/marvin/doc/api/chemaxon/formats/MolConverter.html





Tamas