def __init__(self):
     CustomVisitor.__init__(self)
     self.sn = None
     self.rn = None
     self.cn = None
     self.en = None
     self.mn = None
Beispiel #2
0
 def __init__(self):
     CustomVisitor.__init__(self)
 def __init__(self):
     CustomVisitor.__init__(self)
Beispiel #4
0
 def __init__(self, locus_tag=None, translation_table=11):
     CustomVisitor.__init__(self)
     self.contigs = {}
     self.locus_tag = locus_tag
     self.translation_table = translation_table