Skip to content

Commit

Permalink
Updated quartet script to include fastme-2.1.5.2-linux64
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahim1997 committed Sep 16, 2021
1 parent 324f644 commit 299112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCRIPTS_For_NJ_quartets/get_NJ_Tree_using_quartets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 299112f

Please sign in to comment.