From 98b83470e57f3253e4513765c78ceb0e63c26296 Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Sat, 22 Apr 2017 20:04:57 -0400 Subject: [PATCH] reads DNA sequences in nexus format --- readseq.py | 1 - 1 file changed, 1 deletion(-) diff --git a/readseq.py b/readseq.py index 8667f86..1250567 100644 --- a/readseq.py +++ b/readseq.py @@ -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')