From 299112ff4794358f6345ef99ca1a3643e1a55596 Mon Sep 17 00:00:00 2001 From: Mahim Date: Fri, 17 Sep 2021 02:00:48 +0600 Subject: [PATCH] Updated quartet script to include fastme-2.1.5.2-linux64 --- SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py b/SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py index f04a9b4..c43b38e 100644 --- a/SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py +++ b/SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py @@ -146,7 +146,7 @@ def put_to_dictionary(string, taxa_counter=1): os.system(command) ## Run NJ fast-me -command = "fastme -i TEMP_MATRIX_FOR_NJ_QUARTETS -o TEMP_OUTPUT_NJ_TREE_QUARTETS -m NJ" +command = "./fastme-2.1.5.2-linux64 -i TEMP_MATRIX_FOR_NJ_QUARTETS -o TEMP_OUTPUT_NJ_TREE_QUARTETS -m NJ" os.system(command) ## Remove whitespaces and newlines