From: martinahansen Date: Thu, 22 Dec 2011 14:32:14 +0000 (+0000) Subject: increaded database size for blast X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd9018502b7f2e8fb31fbcc5f3c6913dca6d9716;p=biopieces.git increaded database size for blast git-svn-id: http://biopieces.googlecode.com/svn/trunk@1715 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/create_blast_index b/bp_bin/create_blast_index index 1d2b195..379ec03 100755 --- a/bp_bin/create_blast_index +++ b/bp_bin/create_blast_index @@ -75,6 +75,7 @@ if ( $seq_type eq "PROTEIN" ) { $arg .= " -p F"; } +$arg .= " -v 12000" $arg .= " -i $file_tmp"; if ( $options->{ 'verbose' } )