]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/create_blast_index
removed debug message
[biopieces.git] / bp_bin / create_blast_index
index 1d2b1953aae144309fe3da4c68f44f3a2d686c45..62bac6ecd9f6c55fd19b2b35ba3286d406cff9d9 100755 (executable)
@@ -75,6 +75,7 @@ if ( $seq_type eq "PROTEIN" ) {
     $arg .= " -p F";
 }
 
+$arg .= " -v 12000";
 $arg .= " -i $file_tmp";
 
 if ( $options->{ 'verbose' } )