Skip to content
Snippets Groups Projects
Commit 458ff89e authored by Studer Gabriel's avatar Studer Gabriel
Browse files

temp commit

intended to trigger some output from within the CI container
parent b638edc4
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,13 @@ class TestHHblitsBindings(unittest.TestCase):
'TSKYR')
self.hh = hhblits.HHblits(query_seq, self.hhroot)
a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/unittestdb')
ost.LogError("Im the bad guy")
with open(a3m) as fh:
for line in fh.readlines():
ost.LogError(line)
ost.LogError("Bad guy over n out")
self.assertTrue(filecmp.cmp(a3m, "testfiles/testali_two.a3m"))
def testA3mToProfileFileName(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment