From b25f97c68b4e5d22cd9c07695fee007fea6ce30a Mon Sep 17 00:00:00 2001 From: basti Date: Tue, 4 Dec 2018 14:47:39 +0100 Subject: [PATCH] Changed Paths --- bin/Modules/Ensembl/ActivityCategorizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Modules/Ensembl/ActivityCategorizer.py b/bin/Modules/Ensembl/ActivityCategorizer.py index d8dfa42..f1973c5 100644 --- a/bin/Modules/Ensembl/ActivityCategorizer.py +++ b/bin/Modules/Ensembl/ActivityCategorizer.py @@ -32,7 +32,7 @@ def get_categorization(self): def read_config(self, organism, wd): c_dict = {} - path_to_config = os.path.join(wd, "../config/celltypes_"+organism+".json") + path_to_config = os.path.join(wd, "/config/celltypes_"+organism+".json") with open(path_to_config) as input_file: data = json.loads(input_file.read()) for x in data: