Data Integrator (Python API)
|
Base test class for handling multi-column files holding SNP/Gene LD information. More...
Public Member Functions | |
def | setUpClass (cls) |
Class wide set up. More... | |
def | SetDataVersion (cls) |
Set another data version. More... | |
Static Public Attributes | |
Data = os.path.join(DI_PY_ROOT, "utest", "data"); | |
string | HeaderTok = "_HEADER"; |
Pth = None; | |
Base test class for handling multi-column files holding SNP/Gene LD information.
@var Data Location of Unit test data files.
def utest.TestGlobalLDBlocksBase.CTestGlobalLDBlocksBase.SetDataVersion | ( | cls | ) |
Set another data version.
For more details, see CTestHSGeneIdConversion. @param cls This class.
def utest.TestGlobalLDBlocksBase.CTestGlobalLDBlocksBase.setUpClass | ( | cls | ) |
Class wide set up.
This class method must set the @c Pth and @c Cnv variables. As this is a setup method, it will be done prior to instantiating any objects from this class. Furthermore, as class methods cannot be called in the inheritance hierarchy, this needs to be implemented in each subclass. @param cls This class.
Reimplemented in utest.tGlobalLDBlocks.CTestGlobalLDBlocks.
|
static |
|
static |
|
static |