From 5d888119b81849888096e08a4812d1477ff67d4e Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 2 Jan 2012 12:17:04 +0000 Subject: [PATCH] fixed missing ; in create_blast_index git-svn-id: http://biopieces.googlecode.com/svn/trunk@1717 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/create_blast_index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ) -- 2.39.5