예제 #1
0
 def gene_pathway_parse(cls, *args, **kwargs):
     stage_output_file = cls._get_stage_output_file(*args, **kwargs)
     download_files = cls._get_download_file(*args, **kwargs)
     section = kwargs['section']
     config = None
     if 'config' in kwargs:
         config = kwargs['config']
     GenePathways.gene_pathway_parse(download_files, stage_output_file, section, config=config)
예제 #2
0
 def gene_pathway_parse(cls, *args, **kwargs):
     stage_output_file = cls._get_stage_output_file(*args, **kwargs)
     download_files = cls._get_download_file(*args, **kwargs)
     section = kwargs['section']
     GenePathways.gene_pathway_parse(download_files, stage_output_file, section)