]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed missing SEQ_LEN in read_454
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 20 May 2010 10:15:21 +0000 (10:15 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 20 May 2010 10:15:21 +0000 (10:15 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@967 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/read_454

index 732e81df50f8850a94c9e5cfe360cad8d66f49fe..012bc3391525e83b1a7ecd958c2c9476e6265302 100755 (executable)
@@ -75,6 +75,7 @@ if ( $options->{ 'data_in' } )
         $record = {
             SEQ_NAME    => $fasta->[ 0 ],
             SEQ         => $fasta->[ 1 ],
+            SEQ_LEN     => length $fasta->[ 1 ],
             SCORES      => $qual->[ 1 ],
         };