Skip to content
Snippets Groups Projects
Commit 0de48334 authored by Vermaat's avatar Vermaat
Browse files

Update BioPython dependency to 1.63

parent 2468672f
No related branches found
No related tags found
No related merge requests found
MySQL-python==1.2.4 MySQL-python==1.2.4
biopython==1.63b biopython==1.63
lxml==3.2.4 lxml==3.2.4
nose==1.3.0 nose==1.3.0
pyparsing==2.0.1 pyparsing==2.0.1
......
...@@ -451,7 +451,7 @@ class TestWebsite(MutalyzerTest): ...@@ -451,7 +451,7 @@ class TestWebsite(MutalyzerTest):
header='Input\tErrors and warnings').strip().split('\n') header='Input\tErrors and warnings').strip().split('\n')
assert 'Restriction Sites Created\tRestriction Sites Deleted' in results[0] assert 'Restriction Sites Created\tRestriction Sites Deleted' in results[0]
assert 'CviQI,RsaI\tBccI' in results[1] assert 'CviQI,RsaI\tBccI' in results[1]
assert 'CviQI,RsaI;HhaI,HinP1I;SfcI\tBccI;;BpmI,BsaXI (2),MnlI' in results[2] assert 'CviQI,RsaI;HhaI,HinP1I;SfcI\tBccI;;BpmI,BsaXI (2),LpnPI,MnlI' in results[2]
@fix(database) @fix(database)
def test_batch_multicolumn(self): def test_batch_multicolumn(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment