コード例 #1
0
ファイル: make_phylogeny.py プロジェクト: wilkox/qiime
 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)
コード例 #2
0
ファイル: make_phylogeny.py プロジェクト: rob-knight/qiime
 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)