From ab179b502411db2a4e7b6bc8723200918f73c0e6 Mon Sep 17 00:00:00 2001 From: Damon-Lee Pointon <51855558+DLBPointon@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:42:59 +0000 Subject: [PATCH] Update run_eukphylo.sh a lowly `/` was missing --- PTL2/run_eukphylo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTL2/run_eukphylo.sh b/PTL2/run_eukphylo.sh index 5b2786e..234a86d 100644 --- a/PTL2/run_eukphylo.sh +++ b/PTL2/run_eukphylo.sh @@ -13,7 +13,7 @@ in_dir='/Input_data' ## EXAMPLE RUN COMMANDS BELOW # A simple run of part 2, starting from ReadyToGo files and running through tree building -python3 ${parent}Scripts/eukphylo.py \ +python3 ${parent}/Scripts/eukphylo.py \ --start raw \ --end trees \ --gf_list ${parent}listofOGs.txt \