]> git.donarmstrong.com Git - biopieces.git/commitdiff
reverted findsim_seq and renamed precise switch to realign
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 8 May 2012 11:08:31 +0000 (11:08 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 8 May 2012 11:08:31 +0000 (11:08 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1817 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/findsim_seq

index f12a18811655e51e1497f6bea74eb6060e3b98a4..fec7772269aed40b6fd0bccde1bf1b9a78faeaa3 100755 (executable)
@@ -41,7 +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}
+casts << {:long=>'realign',     :short=>'r', :type=>'flag',  :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}
 
 options    = Biopieces.options_parse(ARGV, casts)
 tmpdir     = Biopieces.mktmpdir