From 9630bf80def7224d8eced43927e89a13968221af Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Tue, 4 Sep 2012 12:04:36 +0000 Subject: [PATCH] CCS-6 BaSynthec : Strain DB Integration - todo SVN: 26510 --- .../chicago/load-data-from-file-and-put-to-table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py b/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py index 80b8ff973f6..eeb754671a3 100644 --- a/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py +++ b/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py @@ -40,5 +40,5 @@ def addDataToTable(dataList, table): row.setCell(FIELD_HAS_PHENOTYPES, hasPhenotypes) def aggregate(parameters, table): - data = loadDataFromFile('TODO_FILE_TO_FILE_WITH_SERVER_DATA') + data = loadDataFromFile('TODO_PATH_TO_FILE_WITH_SERVER_DATA') addDataToTable(data, table) -- GitLab