Skip to content

Commit

Permalink
Changed Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Dec 4, 2018
1 parent 49c356b commit b25f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Modules/Ensembl/ActivityCategorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b25f97c

Please sign in to comment.