]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/findsim_seq
added precise switch to findsim
[biopieces.git] / bp_bin / findsim_seq
index eeb26552dbedd9ffff2a6efe8ac064d713aac8d1..f12a18811655e51e1497f6bea74eb6060e3b98a4 100755 (executable)
@@ -41,6 +41,7 @@ casts << {:long=>'min_score',   :short=>'m', :type=>'float', :mandatory=>false,
 casts << {:long=>'max_hits',    :short=>'h', :type=>'uint',  :mandatory=>false, :default=>7,   :allowed=>nil,           :disallowed=>"0"}
 casts << {:long=>'query_ids',   :short=>'Q', :type=>'flag',  :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}
 casts << {:long=>'subject_ids', :short=>'S', :type=>'flag',  :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}
+casts << {:long=>'precise',     :short=>'p', :type=>'flag',  :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}
 
 options    = Biopieces.options_parse(ARGV, casts)
 tmpdir     = Biopieces.mktmpdir