]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/blast_seq
rewrite of FASTQ internals
[biopieces.git] / bp_bin / blast_seq
index e371b5cfd7ff8a0fb88472dc13b026d85708d11e..3feaa655d8837aa125d316754eacc54635026178 100755 (executable)
@@ -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
+        )
     );
 }