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 a0165a9 commit 396e183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/RegGTFExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def check_for_local_folder(wd):

def main_script(org, wd, tissuetype=None):

check_for_local_folder()
check_for_local_folder(wd)
ucsc = UcscGtf(org, wd)
ense = Ensembl(org, wd)
print("Getting Unique Results")
Expand Down

0 comments on commit 396e183

Please sign in to comment.