User 870ab5b546
24-08-2005 15:14:24
I created a new set of templates to complement Rings, Amino Acids, etc. in the Insert menu. I called the file conformers.t; it contains four 3D compressed MOL representations. (See the attached file; I had to change the extension to .txt because your forum wouldn't let me attach it with the .t extension!) In the page that calls the Marvin applet, I added the lines:
msketch_param("tmpls", "tmpls0=:Generic:chemaxon/marvin/templates/generic.t");
msketch_param("tmpls", "tmpls1=:Rings:chemaxon/marvin/templates/rings.t");
msketch_param("tmpls", "tmpls2=:Polycyclics:chemaxon/marvin/templates/polycyclics.t");
msketch_param("tmpls", "tmpls3=:Conformers:chemaxon/marvin/templates/conformers.t");
But the templates in the Insert menu remain unchanged. On the other hand, if I add the following line,
msketch_param("xtmpls", "chemaxon/marvin/templates/conformers.t");
the structures in the conformers.t file appear as buttons next to the Generics structures. So now I'm wondering whether the tmpls parameter works at all in Marvin 3.5.5. Does it? If not, this page would be much more helpful if it included in which version of Marvin each parameter became active.
msketch_param("tmpls", "tmpls0=:Generic:chemaxon/marvin/templates/generic.t");
msketch_param("tmpls", "tmpls1=:Rings:chemaxon/marvin/templates/rings.t");
msketch_param("tmpls", "tmpls2=:Polycyclics:chemaxon/marvin/templates/polycyclics.t");
msketch_param("tmpls", "tmpls3=:Conformers:chemaxon/marvin/templates/conformers.t");
But the templates in the Insert menu remain unchanged. On the other hand, if I add the following line,
msketch_param("xtmpls", "chemaxon/marvin/templates/conformers.t");
the structures in the conformers.t file appear as buttons next to the Generics structures. So now I'm wondering whether the tmpls parameter works at all in Marvin 3.5.5. Does it? If not, this page would be much more helpful if it included in which version of Marvin each parameter became active.