Skip to content

Commit b396e8d

Browse files
committed
update hex digests for new version id
1 parent 37bf9bf commit b396e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xenomapper/tests/test_xenomapper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_consistent_output_SE(self):
9090
len(test_unassigned_outfile.getvalue().split('\n'))-4) #26 lines of header in this file
9191
self.assertEqual(cat_counts['unassigned'],
9292
len(test_unassigned_outfile.getvalue().split('\n'))-4) #26 lines of header in this file
93-
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'3512efc4f7b0e37bbcd2871826628ea138112086880461bc2c40cc93')
93+
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'54fa705bb412510648f2d3b70c2b6a2ffce6d7495c70bc94289e68fe')
9494
sam1.close()
9595
sam2.close()
9696
pass
@@ -122,7 +122,7 @@ def test_consistent_output_PE(self):
122122
self.assertEqual(sum([cat_counts[x] for x in cat_counts if 'secondary_multi' in x \
123123
and not 'primary_multi' in x and not 'primary_specific' in x and not 'secondary_specific' in x])*2,
124124
len(test_secondary_multi_outfile.getvalue().split('\n'))-1)
125-
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'ecba2de3e3af9c7405a84ad2a4ebaf194ebfb4df76f45c311c0f681d')
125+
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'22b845e821ee439f64ac36d082f3e230a54a90a214c34d3ab705534f')
126126
sam1.close()
127127
sam2.close()
128128
pass
@@ -155,7 +155,7 @@ def test_consistent_output_conservative_PE(self):
155155
len(test_secondary_specific_outfile.getvalue().split('\n'))-27) #26 lines of header in this file
156156
self.assertEqual(cat_counts[('unassigned', 'unassigned')]*2, len(test_unassigned_outfile.getvalue().split('\n'))-1)
157157

158-
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'8f5349ac96f194a4600bf0542cb1a6ebf71ada14b8ee0986598d7f58')
158+
self.assertEqual(hashlib.sha224(test_primary_specific_outfile.getvalue().encode('latin-1')).hexdigest(),'fb4e6a0331c2530a2f7b227981464732bd56afd35382256351adaf98')
159159
sam1.close()
160160
sam2.close()
161161
pass

0 commit comments

Comments
 (0)