can turn off ignore frag now
[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 # $Id: tap.rb,v 1.3 2008/08/28 17:09:06 cmzmasek Exp $
9 #
10 # last modified: 05/18/2007
11
12 require 'lib/evo/tool/taxonomy_processor'
13
14 module Evoruby
15
16     tap = TaxonomyProcessor.new()
17
18     tap.run()
19
20 end  # module Evoruby