From 9532593c369fdc7b2dd08fcc9624c04c8285cfea Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Sat, 22 Apr 2017 19:32:48 -0400 Subject: [PATCH] simulates sequences for a given tree under Jukes Cantor model --- simSequences.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/simSequences.py b/simSequences.py index e9c33c6..6ded8e9 100644 --- a/simSequences.py +++ b/simSequences.py @@ -1,11 +1,3 @@ - -# git clone https://github.uconn.edu/sun13005/sntree.git . -# git status -# git add -# git commit -am "some message" -# git push -# git log -# git show fe580563:tree.py > tmp.py --> to extract older version import readseq import random import re, os, itertools, sys, glob