From 5889beb40f289144a4e075a995d41f0e8f1aace9 Mon Sep 17 00:00:00 2001 From: "Adri K. Grow" <42044618+adriannagrow@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:26:06 -0500 Subject: [PATCH] Updated EukPhylo QuickStart (markdown) --- EukPhylo-QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EukPhylo-QuickStart.md b/EukPhylo-QuickStart.md index 931aeb6..517163f 100644 --- a/EukPhylo-QuickStart.md +++ b/EukPhylo-QuickStart.md @@ -122,7 +122,7 @@ In a main project directory: Basic running for building MSAs and Trees: -`python3 Scripts/phylotol.py --start raw --end trees --gf_list OG_list.txt --taxon_list taxa.txt --data R2Gs --output Output > Output.out` +`python3 Scripts/phylotol.py --start raw --end trees --gf_list OG_list.txt --taxon_list taxa.txt --data R2Gs --output Output > Output.out` For additional input parameter options, see table below or run: `python phylotol.py --help`