Skip to content

Commit

Permalink
Specified statement in GTFGen
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Jan 6, 2019
1 parent e3c0023 commit b97841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/3.1_create_gtf/Modules/Ensembl/GTFGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, organism, release, wd, data_dir):
# input_parameter: organism = input organism
# release = used Ensembl release
# wd = working directory (default is "."), this is used if data_dir is not specified.
# data_dir = data directory (if specified this is used)
# data_dir = data directory (if specified this is used instead of wd)

self.gff_lines = self.get_organism_as_gff(organism, release, wd, data_dir)

Expand Down

0 comments on commit b97841f

Please sign in to comment.