X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_blast_index;h=62bac6ecd9f6c55fd19b2b35ba3286d406cff9d9;hb=f2532465d9ef7b7eb5d243603d84794e76fb66d9;hp=9c04c04ff7ec416c4f42207dd2e44b023f98bbf6;hpb=b9062acce5ccd2ca2ebb89bec03615748c1cf20a;p=biopieces.git diff --git a/bp_bin/create_blast_index b/bp_bin/create_blast_index index 9c04c04..62bac6e 100755 --- a/bp_bin/create_blast_index +++ b/bp_bin/create_blast_index @@ -69,12 +69,13 @@ close $fh_tmp; $arg = "-t $options->{ 'index_name' }"; -if ( $seq_type eq "protein" ) { +if ( $seq_type eq "PROTEIN" ) { $arg .= " -p T"; } else { $arg .= " -p F"; } +$arg .= " -v 12000"; $arg .= " -i $file_tmp"; if ( $options->{ 'verbose' } )