Skip to content

Commit

Permalink
reading nexus data updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sun13005 committed Apr 22, 2017
1 parent c73936c commit 09a9278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readseqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09a9278

Please sign in to comment.