]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/analyze_assembly
fixed type cast bug
[biopieces.git] / bp_bin / analyze_assembly
index b30517ac0fc322fbe9f97e3101ee108f048a4f22..a946d2c17b48d4742f45aae1bbc3d2cb7aa353f0 100755 (executable)
@@ -35,10 +35,10 @@ require 'prodigal'
 require 'pp'
 
 casts = []
-casts << {:long=>'gene_cov',  :short=>'g', :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=>'no_stream', :short=>'x', :type=>'flag',      :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
-casts << {:long=>'data_out',  :short=>'o', :type=>'file',      :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
+casts << {:long=>'gene_cov',  :short=>'g', :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}
+casts << {:long=>'no_stream', :short=>'x', :type=>'flag',   :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
+casts << {:long=>'data_out',  :short=>'o', :type=>'file',   :mandatory=>false, :default=>nil,      :allowed=>nil,           :disallowed=>nil}
 
 bp = Biopieces.new