Exemplo n.º 1
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.alignment_threshold = self.options.alignment_threshold
     self.placer = self.options.exhaustive.placer.lower()
     self.push_down = True if self.options.push_down == True else False
     _LOG.info("Will push fragments %s from their placement edge." %
               ("down" if self.push_down else "up"))
Exemplo n.º 2
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.alignment_threshold = self.options.alignment_threshold
     self.placer = self.options.exhaustive.placer.lower()
     self.push_down = True if self.options.push_down is True else False
     _LOG.info("Will push fragments %s from their placement edge." % (
         "down" if self.push_down else "up"))
Exemplo n.º 3
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
Exemplo n.º 4
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
Exemplo n.º 5
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
Exemplo n.º 6
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)     
Exemplo n.º 7
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
Exemplo n.º 8
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
Exemplo n.º 9
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
     self.filtered_taxa = []