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)
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)