in progress...
[jalview.git] / forester / ruby / evoruby / exe / d2f.rb
1 #!/usr/local/bin/ruby -w
2 #
3 # = exe/d2f
4 #
5 # Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
6 # License::    GNU Lesser General Public License (LGPL)
7 #
8 # $Id: d2f.rb,v 1.3 2008/08/28 17:09:06 cmzmasek Exp $
9 #
10 # last modified: 06/11/2007
11
12 require 'lib/evo/tool/domains_to_forester'
13
14 module Evoruby
15
16     dtf = DomainsToForester.new()
17
18     dtf.run()
19
20 end  # module Evoruby