]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/find_genes
changed layout of ruby source
[biopieces.git] / bp_bin / find_genes
index f0d64c8365300b3c970dd43fd6f6f7c1ed67f9e1..b365ab27a261d0cbf93d9659ce58009ca37ac26a 100755 (executable)
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
-require 'biopieces'
-require 'fasta'
-require 'prodigal'
+require 'maasha/biopieces'
+require 'maasha/fasta'
+require 'maasha/prodigal'
 
 casts = []
-casts << {:long=>'full', :short=>'f', :type=>'flag',      :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
-casts << {:long=>'full', :short=>'p', :type=>'procedure', :mandatory=>true,  :default=>'single', :allowed=>'single,meta', :disallowed=>nil}
+casts << {:long=>'full',      :short=>'f', :type=>'flag',   :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
+casts << {:long=>'procedure', :short=>'p', :type=>'string', :mandatory=>true,  :default=>'single', :allowed=>'single,meta', :disallowed=>nil}
 
 bp = Biopieces.new