Skip to content

Commit

Permalink
Fixed: "No Module named bin Error" V2
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Dec 4, 2018
1 parent 396e183 commit 2dee4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/Modules/ucsc/ucsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def __init__(self, org, wd):
self.output = os.path.join(wd, "/UCSCData/"+self.organism_id+".bed")
self.path_to_bin = os.path.join(wd, "/Modules/ucsc/bigBedToBed")
print("Getting UCSC Data")
print("Path to Bin: " + self.path_to_bin)
self.generate_gff_file()
self.ucsc_categories = self.get_activity_categories(org, wd)
self.gtf_lines = self.read_gff_to_gtf()
Expand Down

0 comments on commit 2dee4f6

Please sign in to comment.