Beispiel #1
0
 def __call__(self, result_path=None, log_path=None, *args, **kwargs):
     """Calls superclass method to align seqs"""
     return FunctionWithParams.__call__(self,
                                        result_path=result_path,
                                        log_path=log_path,
                                        *args,
                                        **kwargs)
Beispiel #2
0
 def __call__(self, result_path=None, log_path=None, *args, **kwargs):
     """Calls superclass method to align seqs"""
     return FunctionWithParams.__call__(self, result_path=result_path,
                                        log_path=log_path, *args, **kwargs)