Skip to content

Commit eb58985

Browse files
Update docs/src/rosalind/06-hamm.md
Co-authored-by: Kevin Bonham <kevbonham@gmail.com>
1 parent 033e6b5 commit eb58985

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/src/rosalind/06-hamm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ ex_seq_a = "GAGCCTACTAACGGGAT"
5555
ex_seq_b = "CATCGTAATGACGGCCT"
5656

5757
function hamming(seq_a, seq_b)
58-
59-
6058
# check if the strings are empty
6159
if isempty(seq_a)
6260
throw(ErrorException("empty sequences"))

0 commit comments

Comments
 (0)