back from the dead...
[jalview.git] / forester / ruby / evoruby / exe / tap.rb
1 #!/usr/local/bin/ruby -w
2 #
3 # = exe/tap
4 #
5 # Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
6 # License::    GNU Lesser General Public License (LGPL)
7 #
8 # last modified: 05/18/2007
9
10 require 'lib/evo/tool/taxonomy_processor'
11
12 module Evoruby
13
14     tap = TaxonomyProcessor.new()
15
16     tap.run()
17
18 end  # module Evoruby