Skip to content

Commit

Permalink
Changed comments for pullrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Jan 6, 2019
1 parent 4f40b11 commit 571cf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/3.1_create_gtf/Modules/Ensembl/ActivityCategorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ def __init__(self, release, organism, wd, data_dir):
# wd = working dir (default working directory, data_dir is used if specified)
# data_dir = data directory (this is used as directory if specified)

# List of all Folders with Activity Tables
# List of all folders with activity Tables

self.folderlist = []

# Dictionary from celltypes_organism.json mit key = Kategorie und Value = [Ordner]
# Dictionary from celltypes_organism.json mit key = category and Value = [directory]

self.c_dict = self.read_config(organism, wd)

Expand Down

0 comments on commit 571cf5f

Please sign in to comment.