From 09a92783aa963822cea8b0fa95437fc205384e9e Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Fri, 21 Apr 2017 20:14:17 -0400 Subject: [PATCH] reading nexus data updated --- readseqs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/readseqs.py b/readseqs.py index 54fb688..8667f86 100644 --- a/readseqs.py +++ b/readseqs.py @@ -66,7 +66,6 @@ def patterns(): sorted_values = sorted(tmp) ###sorted according to key smaller to larger sorted_values.sort(cmp = lambda x,y:cmp(x[1],y[1])) ###sorted according to values in alphabetical order -# print sorted_values return pattern_dict