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