From: martinahansen Date: Mon, 2 Jan 2012 12:17:04 +0000 (+0000) Subject: fixed missing ; in create_blast_index X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d888119b81849888096e08a4812d1477ff67d4e;p=biopieces.git fixed missing ; in create_blast_index git-svn-id: http://biopieces.googlecode.com/svn/trunk@1717 74ccb610-7750-0410-82ae-013aeee3265d --- 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' } )