v 1.04
[jalview.git] / forester / ruby / evoruby / exe / hsp.rb
old mode 100755 (executable)
new mode 100644 (file)
index 7b09d13..105d3dc
@@ -2,19 +2,15 @@
 #
 # = exe/hsp
 #
-# Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
-# License::    GNU Lesser General Public License (LGPL)
-#
-# $Id: hsp.rb,v 1.1 2009/11/25 05:42:04 cmzmasek Exp $
-#
-# last modified: 11/24/2009
+# Copyright::    Copyright (C) 2017 Christian M. Zmasek
+# License::      GNU Lesser General Public License (LGPL)
 
 require 'lib/evo/tool/hmmscan_summary'
 
 module Evoruby
 
-    hsp = HmmscanSummary.new()
+  hsp = HmmscanSummary.new()
 
-    hsp.run()
+  hsp.run()
 
-end  # module Evoruby
+end  # module Evoruby
\ No newline at end of file