From 16493c7296a6424a57a77c80dd162bbbb005377f Mon Sep 17 00:00:00 2001 From: "Adri K. Grow" <42044618+adriannagrow@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:43:38 -0500 Subject: [PATCH] Updated QuickStart EukPhylo (markdown) --- QuickStart-EukPhylo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QuickStart-EukPhylo.md b/QuickStart-EukPhylo.md index 530cead..c2ffb0c 100644 --- a/QuickStart-EukPhylo.md +++ b/QuickStart-EukPhylo.md @@ -121,9 +121,9 @@ If a user choose to use their own gene families database, they need to replace t ## Running ### Basic running for building MSAs and Trees - +``` python3 Scripts/phylotol.py --start raw --end trees --gf_list listofOGs.txt --taxon_list taxon_list.txt --data OutgroupR2Gs --output Output_folder > Output1.out - +``` For information on each of the possible input parameters, read below and run “python phylotol.py --help”