Skip to content

Commit

Permalink
reads DNA sequences in nexus format
Browse files Browse the repository at this point in the history
  • Loading branch information
sun13005 committed Apr 23, 2017
1 parent 06e2169 commit 98b8347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def patterns():
nchar = int(m.group(1))
# print 'nchar=', nchar


m = re.search('Matrix\s+(.+?);', f, re.M | re.S)
matrix = m.group(1).strip()
matrix_lines = matrix.split('\n')
Expand Down

0 comments on commit 98b8347

Please sign in to comment.