Skip to content

Commit

Permalink
computes tree likelihood under Jukes Cantor model
Browse files Browse the repository at this point in the history
  • Loading branch information
sun13005 committed Apr 23, 2017
1 parent 233ab28 commit 06e2169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tree_like.py → treeLike.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# topology, and computes log-likelihood of the topology under Jukes Cantor model
###################################

import readseq

import readSeq
import random
import re, os, itertools, sys, glob
from itertools import chain
Expand Down

0 comments on commit 06e2169

Please sign in to comment.