From c4d398d7051f523f5227075086d3b8247c6f46ac Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Sat, 22 Apr 2017 20:13:00 -0400 Subject: [PATCH] reads DNA matrices in nexus format --- readseq.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readseq.py b/readseq.py index eb6345f..77f2fe0 100644 --- a/readseq.py +++ b/readseq.py @@ -1,6 +1,5 @@ def patterns(): - - + # import re, os, glob, itertools, fnmatch, sys, shutil from itertools import combinations from collections import Counter