Пример #1
0
 def __init__(self, specification_path: Path, result_path: Path, **kwargs):
     Util.check_parameters(specification_path, result_path, kwargs,
                           DataSimulationTool.__name__)
     super().__init__(specification_path, result_path, **kwargs)
     self.expected_instruction = DatasetExportInstruction.__name__[:-11]
     self.instruction_name = None
     self.dataset_name = None
     self.export_format = None
Пример #2
0
 def __init__(self, specification_path: Path, result_path: Path, **kwargs):
     Util.check_parameters(specification_path, result_path, kwargs,
                           "Dataset generation tool")
     super().__init__(specification_path, result_path, **kwargs)
Пример #3
0
 def __init__(self, specification_path: Path, result_path: Path, **kwargs):
     Util.check_parameters(specification_path, result_path, kwargs, GalaxyTrainMLModel.__name__)
     super().__init__(specification_path, result_path, **kwargs)
     self.instruction_name = None
Пример #4
0
 def __init__(self, specification_path: Path, result_path: Path, **kwargs):
     Util.check_parameters(specification_path, result_path, kwargs,
                           GalaxySimulationTool.__name__)
     super().__init__(specification_path, result_path, **kwargs)
Пример #5
0
 def __init__(self, specification_path: Path, result_path: Path, **kwargs):
     Util.check_parameters(specification_path, result_path, kwargs, "GalaxyYamlTool")
     super().__init__(specification_path, result_path, **kwargs)