From bd9018502b7f2e8fb31fbcc5f3c6913dca6d9716 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 22 Dec 2011 14:32:14 +0000 Subject: [PATCH] increaded database size for blast git-svn-id: http://biopieces.googlecode.com/svn/trunk@1715 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/create_blast_index | 1 + 1 file changed, 1 insertion(+) 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' } ) -- 2.39.2