Esempio 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"))
Esempio 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"))
Esempio n. 3
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
Esempio n. 4
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
Esempio n. 5
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
Esempio n. 6
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)     
Esempio n. 7
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
Esempio n. 8
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
Esempio n. 9
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
     self.filtered_taxa = []