Skip to content

Commit

Permalink
wrong Util to import from..
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Mar 31, 2017
1 parent 384a574 commit 26ba4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rgt/motifanalysis/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

# Internal
from rgt import __version__
from rgt.Util import PassThroughOptionParser, ErrorHandler, MotifData, GenomeData, ImageData, Html
from rgt.Util import PassThroughOptionParser, ErrorHandler, MotifData, GenomeData, ImageData, Html, npath
from rgt.ExperimentalMatrix import ExperimentalMatrix
from rgt.GeneSet import GeneSet
from rgt.GenomicRegionSet import GenomicRegionSet
from rgt.GenomicRegion import GenomicRegion
from Motif import Motif, Thresholds
from Match import match_single
from Statistics import multiple_test_correction, get_fisher_dict
from Util import Input, Result, npath
from Util import Input, Result
from rgt.AnnotationSet import AnnotationSet

# External
Expand Down

0 comments on commit 26ba4e1

Please sign in to comment.