X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fassemble_pairs;h=4bb1152d5ebea74aec4786eab5db1c2d5ef11109;hb=4ecc784d9a04a4d066bc2ed9829b3f5d07234244;hp=66c2a7bd68015572df1cb530746e539005027cce;hpb=88de212818159ab70b40b5aba9a85f6cbff6e395;p=biopieces.git diff --git a/bp_bin/assemble_pairs b/bp_bin/assemble_pairs index 66c2a7b..4bb1152 100755 --- a/bp_bin/assemble_pairs +++ b/bp_bin/assemble_pairs @@ -55,7 +55,7 @@ end casts = [] casts << {:long=>'mismatches', :short=>'m', :type=>'uint', :mandatory=>false, :default=>5, :allowed=>nil, :disallowed=>nil} -casts << {:long=>'overlap_min', :short=>'o', :type=>'uint', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>"0"} +casts << {:long=>'overlap_min', :short=>'o', :type=>'uint', :mandatory=>false, :default=>1, :allowed=>nil, :disallowed=>"0"} casts << {:long=>'overlap_max', :short=>'p', :type=>'uint', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>"0"} options = Biopieces.options_parse(ARGV, casts)