X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_blast_index;h=62bac6ecd9f6c55fd19b2b35ba3286d406cff9d9;hb=48bea5c28b89dc5586d0bddb338ccd6ba23aa1f9;hp=61f75ffaaad781bea37083b7e220d93b58536b2c;hpb=8ebf08f44f815ee4d9e6555b1befcd49fd5bc2b8;p=biopieces.git diff --git a/bp_bin/create_blast_index b/bp_bin/create_blast_index index 61f75ff..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 =~ /protein/i ) { +if ( $seq_type eq "PROTEIN" ) { $arg .= " -p T"; } else { $arg .= " -p F"; } +$arg .= " -v 12000"; $arg .= " -i $file_tmp"; if ( $options->{ 'verbose' } )