From: martinahansen Date: Tue, 14 Jun 2011 08:32:11 +0000 (+0000) Subject: blast_seq_pair polish X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=125ec5df993747edb36f499eafd7127683926dea;p=biopieces.git blast_seq_pair polish git-svn-id: http://biopieces.googlecode.com/svn/trunk@1471 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/blast_seq_pair b/bp_bin/blast_seq_pair index 0bf097a..5c4c678 100755 --- a/bp_bin/blast_seq_pair +++ b/bp_bin/blast_seq_pair @@ -143,7 +143,7 @@ ok_programs = "blastn,blastp,tblastn,blastx,tblastx" casts = [] casts << {:long=>'program', :short=>'p', :type=>'string', :mandatory=>false, :default=>nil, :allowed=>ok_programs, :disallowed=>nil} -casts << {:long=>'e_val', :short=>'e', :type=>'float', :mandatory=>false, :default=>10, :allowed=>nil, :disallowed=>nil} +casts << {:long=>'e_val', :short=>'e', :type=>'float', :mandatory=>false, :default=>10.0, :allowed=>nil, :disallowed=>nil} casts << {:long=>'filter', :short=>'f', :type=>'string', :mandatory=>false, :default=>'no', :allowed=>'yes,no', :disallowed=>nil} casts << {:long=>'megablast', :short=>'m', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} casts << {:long=>'no_gaps', :short=>'G', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil}