]> git.donarmstrong.com Git - biopieces.git/commitdiff
added REC_TYPE to read_solid
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 2 Oct 2008 03:47:43 +0000 (03:47 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 2 Oct 2008 03:47:43 +0000 (03:47 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@275 74ccb610-7750-0410-82ae-013aeee3265d

code_perl/Maasha/Biopieces.pm

index edaccbb6b4e988a0f3fc08d91ee1d6b37595c440..f7ec3ae86c57ce23f361d85e9b77b1c8b2a95b97 100644 (file)
@@ -2019,6 +2019,7 @@ sub script_read_solid
             }
 
             $record = {
+                REC_TYPE   => 'SOLID',
                 SEQ_NAME   => $seq_name,
                 SEQ_CS     => $seq_cs,
                 SEQ_QUAL   => $seq_qual,