Package obitools :: Package seqdb :: Package embl
[hide private]
[frames] | no frames]

Source Code for Package obitools.seqdb.embl

 1  from obitools.seqdb import AnnotatedNucSequence, AnnotatedAASequence 
 2  from obitools.location import locationGenerator,extractExternalRefs 
 3   
 4   
 5   
6 -class EmblSequence(AnnotatedNucSequence):
7 ''' 8 Class used to represent a nucleic sequence issued from EMBL. 9 '''
10