[Biopython-dev] genbank_format.py patch
    Jay Hesselberth 
    jhessel at mail.utexas.edu
       
    Thu Aug  8 09:42:31 EDT 2002
    
    
  
I've got a patch for genbank_format.py; the feature key 'snoRNA' was not
included.
<snip>
*** genbank_format.py.orig  Thu Aug  8 08:36:05 2002
--- genbank_format.py   Thu Aug  8 08:36:43 2002
***************
*** 404,410 ****
      "5'clip",           # 5'-most region of a precursor transcript
removed'
                          # in processing
      "5'UTR",            # 5' untranslated region (leader)'
!     "-"                 # (hyphen)      Placeholder
  )
  valid_feature_keys = map(Martel.Str, feature_key_names)
  
--- 404,411 ----
      "5'clip",           # 5'-most region of a precursor transcript
removed'
                          # in processing
      "5'UTR",            # 5' untranslated region (leader)'
!     "-",                # (hyphen)      Placeholder
!     "snoRNA"            # small nucleolar RNA
  )
  valid_feature_keys = map(Martel.Str, feature_key_names)
  
</snip>
Jay
-- 
________________________________________________
Jay Hesselberth          jhessel at mail.utexas.edu
University of Texas      (512) 471-6445
2500 Speedway / A4800
Austin, TX  78712
    
    
More information about the Biopython-dev
mailing list