We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ad7b1 commit 9c164f4Copy full SHA for 9c164f4
cmapPy/pandasGEXpress/slice_gctoo.py
@@ -5,12 +5,10 @@
5
See slice_gct.py for the command line equivalent.
6
7
"""
8
-import sys
9
-sys.path.insert(0, "../..")
10
import logging
11
import pandas as pd
12
-from cmapPy.pandasGEXpress import setup_GCToo_logger as setup_logger
13
-from cmapPy.pandasGEXpress import GCToo
+import cmapPy.pandasGEXpress.setup_GCToo_logger as setup_logger
+import cmapPy.pandasGEXpress.GCToo as GCToo
14
15
__author__ = "Lev Litichevskiy"
16
__email__ = "[email protected]"
0 commit comments