X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fblast_seq;h=3feaa655d8837aa125d316754eacc54635026178;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hp=e371b5cfd7ff8a0fb88472dc13b026d85708d11e;hpb=12091d5be89c118ee80344528099925922da3933;p=biopieces.git diff --git a/bp_bin/blast_seq b/bp_bin/blast_seq index e371b5c..3feaa65 100755 --- a/bp_bin/blast_seq +++ b/bp_bin/blast_seq @@ -132,8 +132,7 @@ if ( $options->{ 'verbose' } ) "-W $options->{ 'word_size' }", "-f $options->{ 'extend_threshold' }", "-o $tmp_out", - ), - 1 + ) ); } else @@ -153,8 +152,7 @@ else "-f $options->{ 'extend_threshold' }", "-o $tmp_out", "> /dev/null 2>&1" - ), - 1 + ) ); }