From 438effe441f26c3aae20d28281ae7428f0889e93 Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Sat, 29 Apr 2017 16:54:08 -0400 Subject: [PATCH] fixed some redundant parts --- treeLike_JCGAMMA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treeLike_JCGAMMA.py b/treeLike_JCGAMMA.py index e988dd7..c14e0ce 100644 --- a/treeLike_JCGAMMA.py +++ b/treeLike_JCGAMMA.py @@ -1,6 +1,6 @@ ################################## # This script reads a nexus DNA matrix (through module readseq.py) and a newick tree -# topology, and computes log-likelihood of the topology under Jukes Cantor model +# topology, and computes log-likelihood of the topology under Jukes Cantor+GAMMA model ###################################