To prepare an ODEN format tree file from DNA sequences, you need to use the ODEN system (developed by Dr. Y. Ina), which is a program package for molecular evolutionary analyses and is available on 'supernig' of National Institute of Genetics. First, start the ODEN system. Conduct the 'treenj' or 'treeupg' of ODEN with the '-g' option. The '-g' option is important; DendroMaker does not work without this option. Save the output into a file using redirection (>). Send the output file to your personal computer by ftp. Be sure to use ftp to send the data file because the data file contains 'tab' in it.
supernig% oden supernig% distn sequence.dat | dmatn | treenj -g > NJ.TRE supernig% distn sequence.dat | dmatn | treeupg -g > UPG.TRE supernig% exit supernig% ftp (IP address of your personal computer) ftp> mput NJ.TRE ftp> mput UPG.TRE ftp> quit supernig%