X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_blast_index;h=62bac6ecd9f6c55fd19b2b35ba3286d406cff9d9;hb=7747e486d3339b1fe256513274ca697224aea96a;hp=1d2b1953aae144309fe3da4c68f44f3a2d686c45;hpb=3feec35ac9aa2f45b3d88a76b69228e6ecd070e9;p=biopieces.git diff --git a/bp_bin/create_blast_index b/bp_bin/create_blast_index index 1d2b195..62bac6e 100755 --- a/bp_bin/create_blast_index +++ b/bp_bin/create_blast_index @@ -75,6 +75,7 @@ if ( $seq_type eq "PROTEIN" ) { $arg .= " -p F"; } +$arg .= " -v 12000"; $arg .= " -i $file_tmp"; if ( $options->{ 'verbose' } )