]> git.donarmstrong.com Git - biopieces.git/commitdiff
changed default values for findsim_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Oct 2012 09:22:51 +0000 (09:22 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Oct 2012 09:22:51 +0000 (09:22 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1954 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/findsim_seq

index 0d0a58bd386d919e1f505056de4faf1536909bda..edfe980f5cb1e63c8bbef2851bdbd4a41baa302b 100755 (executable)
@@ -38,8 +38,8 @@ casts << {:long=>'database',      :short=>'d', :type=>'file!', :mandatory=>true,
 casts << {:long=>'kmer',          :short=>'k', :type=>'uint',  :mandatory=>false, :default=>8,   :allowed=>"4,5,6,7,8,9", :disallowed=>nil}
 casts << {:long=>'step',          :short=>'s', :type=>'uint',  :mandatory=>false, :default=>1,   :allowed=>nil,           :disallowed=>"0"}
 casts << {:long=>'min_score',     :short=>'m', :type=>'float', :mandatory=>false, :default=>0.5, :allowed=>nil,           :disallowed=>nil}
-casts << {:long=>'max_hits',      :short=>'h', :type=>'uint',  :mandatory=>false, :default=>7,   :allowed=>nil,           :disallowed=>"0"}
-casts << {:long=>'max_diversity', :short=>'M', :type=>'float', :mandatory=>false, :default=>5,   :allowed=>nil,           :disallowed=>nil}
+casts << {:long=>'max_hits',      :short=>'h', :type=>'uint',  :mandatory=>false, :default=>20,  :allowed=>nil,           :disallowed=>"0"}
+casts << {:long=>'max_diversity', :short=>'M', :type=>'float', :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}
 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=>'realign',       :short=>'r', :type=>'flag',  :mandatory=>false, :default=>nil, :allowed=>nil,           :disallowed=>nil}