From bd72ed3a43f937d863c3da14dd6da12cd46ef6b7 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:16:27 -0500 Subject: [PATCH] Update and rename phylotol.py to eukphylo.py --- PTL2/Scripts/{phylotol.py => eukphylo.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename PTL2/Scripts/{phylotol.py => eukphylo.py} (95%) diff --git a/PTL2/Scripts/phylotol.py b/PTL2/Scripts/eukphylo.py similarity index 95% rename from PTL2/Scripts/phylotol.py rename to PTL2/Scripts/eukphylo.py index 19923f1..15c1e3f 100644 --- a/PTL2/Scripts/phylotol.py +++ b/PTL2/Scripts/eukphylo.py @@ -2,7 +2,7 @@ # Author: Auden Cote-L'Heureux # This script is what users should call when running any or all components of -# PhyloToL 6 part 2. It briefly determines which parts of the pipeline should be +# EukPhylo part 2. It briefly determines which parts of the pipeline should be # run (pre-Guidance, Guidance, tree building, contamination loop, and/or # concatenation) based on the --start and --end parameters, and then runs all # of these components. Each component is actually run by the run() function in