Exemple #1
0
 def gene_interaction_parse(cls, *args, **kwargs):
     stage_output_file = cls._get_stage_output_file(*args, **kwargs)
     download_file = cls._get_download_file(*args, **kwargs)
     section = kwargs['section']
     config = None
     if 'config' in kwargs:
         config = kwargs['config']
     GeneInteractions.gene_interaction_parse(download_file, stage_output_file, section, config=config)
 def gene_interaction_parse(cls, *args, **kwargs):
     stage_output_file = cls._get_stage_output_file(*args, **kwargs)
     download_file = cls._get_download_file(*args, **kwargs)
     section = kwargs['section']
     GeneInteractions.gene_interaction_parse(download_file, stage_output_file, section)