예제 #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"))
예제 #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"))
예제 #3
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
예제 #4
0
파일: ensemble.py 프로젝트: khanf2/sepp
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
예제 #5
0
파일: exhaustive_upp.py 프로젝트: uym2/sepp
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
예제 #6
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)     
예제 #7
0
파일: ensemble.py 프로젝트: smirarab/sepp
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.symfrac = False
     self.elim = None
     self.filters = True
예제 #8
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
예제 #9
0
 def __init__(self):
     ExhaustiveAlgorithm.__init__(self)
     self.pasta_only = False
     self.filtered_taxa = []