]> git.donarmstrong.com Git - biopieces.git/commitdiff
added precise switch to findsim
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 23 Apr 2012 11:17:50 +0000 (11:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 23 Apr 2012 11:17:50 +0000 (11:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1808 74ccb610-7750-0410-82ae-013aeee3265d

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