in progress
[jalview.git] / forester / ruby / evoruby / exe / fastx.rb
1 #!/usr/local/bin/ruby -w
2 #
3 # = exe/fastx
4 #
5 #
6 # Copyright::    Copyright (C) 2017 Christian M. Zmasek
7 # License::      GNU Lesser General Public License (LGPL)
8
9 require 'lib/evo/tool/fasta_extractor'
10
11 module Evoruby
12     
13     mse = FastaExtractor.new()
14     
15     mse.run()
16     
17 end  # module Evoruby