Skip to content
Snippets Groups Projects
Commit d296c45b authored by Bienchen's avatar Bienchen
Browse files

Testing

parent 2b419445
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,7 @@ class TestHHblitsBindings(unittest.TestCase): ...@@ -113,8 +113,7 @@ class TestHHblitsBindings(unittest.TestCase):
'ALTNAVAHVDDMPNALSALSDLHAHKLRVDPVNFKL'+ 'ALTNAVAHVDDMPNALSALSDLHAHKLRVDPVNFKL'+
'LSHCLLVTLAAHLPAEFTPAVHASLDKFLASVSTVL'+ 'LSHCLLVTLAAHLPAEFTPAVHASLDKFLASVSTVL'+
'TSKYR') 'TSKYR')
self.hh = hhblits.HHblits(query_seq, self.hhroot, self.hh = hhblits.HHblits(query_seq, self.hhroot)
working_dir='testfiles')
a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/hhblitsdb') a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/hhblitsdb')
print "BIENCHEN A3M", a3m print "BIENCHEN A3M", a3m
self.assertTrue(filecmp.cmp(a3m, "testfiles/testali.a3m")) self.assertTrue(filecmp.cmp(a3m, "testfiles/testali.a3m"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment