From: martinahansen Date: Thu, 11 Feb 2010 16:51:56 +0000 (+0000) Subject: fixed issue in KISS.pm but more found X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c5ef477f5a42b657376d9c2926d2efe04218b81;p=biopieces.git fixed issue in KISS.pm but more found git-svn-id: http://biopieces.googlecode.com/svn/trunk@876 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_perl/Maasha/KISS.pm b/code_perl/Maasha/KISS.pm index e4ac684..5b5bca7 100644 --- a/code_perl/Maasha/KISS.pm +++ b/code_perl/Maasha/KISS.pm @@ -681,7 +681,7 @@ sub biopiece2kiss $entry->[ HITS ] = $record->{ 'HITS' } || "."; $entry->[ ALIGN ] = $record->{ 'ALIGN' } || $record->{ 'DESCRIPTOR' } || "."; $entry->[ BLOCK_COUNT ] = $record->{ 'BLOCK_COUNT' } || "."; - $entry->[ BLOCK_BEGS ] = $record->{ 'BLOCK_BEGS' } || "."; + $entry->[ BLOCK_BEGS ] = $record->{ 'BLOCK_BEGS' } || $record->{ 'Q_BEGS' } || "."; $entry->[ BLOCK_LENS ] = $record->{ 'BLOCK_LENS' } || "."; $entry->[ BLOCK_TYPE ] = $record->{ 'BLOCK_TYPE' } || ".";