Skip to content
Snippets Groups Projects
Commit 7e6dd859 authored by Vermaat's avatar Vermaat
Browse files

Unit test for issue #108

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@590 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 5952b8a0
No related branches found
No related tags found
No related merge requests found
......@@ -739,3 +739,10 @@ class TestVariantchecker():
'AB026906.1:g.7872_7873inv')
assert 'AB026906.1(SDHD_v001):c.274_275inv' \
in self.output.getOutput('descriptions')
def test_delins_with_length(self):
"""
Delins with explicit length of deleted sequence (bug #108).
"""
check_variant('NM_000193.2:c.108_109del2insG', self.output)
assert 'NM_000193.2(SHH_i001):p.(Lys38Serfs*2)' in self.output.getOutput('protDescriptions')
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