Skip to content

Commit

Permalink
simulates sequences for a given tree under Jukes Cantor model
Browse files Browse the repository at this point in the history
  • Loading branch information
sun13005 committed Apr 22, 2017
1 parent 9532593 commit 20b581b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simSequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def simulate(preorder, ntax, num_sites, out):
newf.write(';\n')
newf.write('end;')


def readnewick(tree):
total_length = len(tree)
internal_node_number = -1
Expand Down

0 comments on commit 20b581b

Please sign in to comment.