Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_ssgsea1(ssGCT, geneGMT):
# Only tests of the command runs successfully,
# doesnt't check the image
tmpdir= TemporaryDirectory(dir="tests")
ssgsea(ssGCT, geneGMT, tmpdir.name, permutation_num=100)
tmpdir.cleanup()
def test_ssgsea2(ssGCT, geneGMT):
# Only tests of the command runs successfully,
# doesnt't check the image
tmpdir= TemporaryDirectory(dir="tests")
ssgsea(ssGCT, geneGMT, tmpdir.name, permutation_num=0)
tmpdir.cleanup()
ssgsea(ssGCT, geneGMT, None, permutation_num=0)
def test_ssgsea2(ssGCT, geneGMT):
# Only tests of the command runs successfully,
# doesnt't check the image
tmpdir= TemporaryDirectory(dir="tests")
ssgsea(ssGCT, geneGMT, tmpdir.name, permutation_num=0)
tmpdir.cleanup()
ssgsea(ssGCT, geneGMT, None, permutation_num=0)