can turn off ignore frag now
[jalview.git] / forester / ruby / evoruby / exe / hsa.rb
1 #!/usr/local/bin/ruby -w
2 #
3 # = exe/hsp
4 #
5 # Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
6 # License::    GNU Lesser General Public License (LGPL)
7 #
8 # $Id: hsp.rb,v 1.1 2009/11/25 05:42:04 cmzmasek Exp $
9 #
10 # last modified: 11/24/2009
11
12 require 'lib/evo/tool/hmmscan_analysis'
13
14 module Evoruby
15
16     hsa = HmmscanAnalysis.new()
17
18     hsa.run()
19
20 end  # module Evoruby