From e5fb6ccbd05f864d6b8a8ed973fbd4a43cd51c35 Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Sat, 29 Apr 2017 16:56:22 -0400 Subject: [PATCH] updated.. --- simSequences.py | 1 - 1 file changed, 1 deletion(-) diff --git a/simSequences.py b/simSequences.py index 053b5d3..bf3cca1 100644 --- a/simSequences.py +++ b/simSequences.py @@ -170,6 +170,5 @@ def readnewick(tree): preorder = readnewick(yuletree) ntax = 10 num_sites = 10000 - result = simulate(preorder, ntax, num_sites, output_filename)