def _get_all_tools(job, config_file): sample_set, univ_options, tool_options = _parse_config_file( job, config_file, max_cores=None) return tool_options
def _get_all_tools(job, config_file): sample_set, univ_options, tool_options = _parse_config_file(job, config_file, max_cores=None) return tool_options