Update run_eukphylo.sh

a lowly `/` was missing
This commit is contained in:
Damon-Lee Pointon 2025-02-25 10:42:59 +00:00 committed by GitHub
parent 742eb7008a
commit ab179b5024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ in_dir='/Input_data'
## EXAMPLE RUN COMMANDS BELOW ## EXAMPLE RUN COMMANDS BELOW
# A simple run of part 2, starting from ReadyToGo files and running through tree building # 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 \ --start raw \
--end trees \ --end trees \
--gf_list ${parent}listofOGs.txt \ --gf_list ${parent}listofOGs.txt \