Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
likelihood only
  • Loading branch information
sun13005 committed May 26, 2017
1 parent becd19b commit 911f3d0
Show file tree
Hide file tree
Showing 9 changed files with 788 additions and 497 deletions.
4 changes: 2 additions & 2 deletions readSeq.py → JC+GAMMA/readSeq.py
@@ -1,4 +1,4 @@
def patterns(sequence_file):
def patterns():
#
import re, os, glob, itertools, fnmatch, sys, shutil
from itertools import combinations
Expand All @@ -10,7 +10,7 @@ def patterns(sequence_file):
genes = []
data = {}
# print 'Reading nexus files...'
for filename in glob.glob(os.path.join(script_dir, sequence_file)):
for filename in glob.glob(os.path.join(script_dir, '*.nex')):

m = re.match('(.+).nex', os.path.basename(filename))
gene_name = m.group(1)
Expand Down
Binary file added JC+GAMMA/readSeq.pyc
Binary file not shown.
File renamed without changes.
20 changes: 20 additions & 0 deletions JC+GAMMA/simulated.nex

Large diffs are not rendered by default.

0 comments on commit 911f3d0

Please sign in to comment.