]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed missing ; in create_blast_index
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 2 Jan 2012 12:17:04 +0000 (12:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 2 Jan 2012 12:17:04 +0000 (12:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1717 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/create_blast_index

index 379ec031ed3c508b0a2ac0d31badcd55f03e2006..62bac6ecd9f6c55fd19b2b35ba3286d406cff9d9 100755 (executable)
@@ -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' } )