Skip to content

Commit

Permalink
Fixed: "No Module named bin Error"
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Dec 4, 2018
1 parent 1285f1a commit 4c3f013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/Modules/Ensembl/Ensembl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bin.Modules.Ensembl.ActivityTable import ActivityTable
from bin.Modules.Ensembl.FTPHandling.VersionChecker import EnsemblRegulationFTPRetriever as FTPRetriever
from bin.Modules.Ensembl.ActivityCategorizer import ActivityCategorizer
from bin.Modules.Ensembl.GTFGen import GTFGen
from Modules.Ensembl.ActivityTable import ActivityTable
from Modules.Ensembl.FTPHandling.VersionChecker import EnsemblRegulationFTPRetriever as FTPRetriever
from Modules.Ensembl.ActivityCategorizer import ActivityCategorizer
from Modules.Ensembl.GTFGen import GTFGen


class Ensembl:
Expand Down

0 comments on commit 4c3f013

Please sign in to comment.