From 743d650b7427c172be30cb8b46ecd171389d8a32 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:08:08 -0500 Subject: [PATCH] updating header in trees.py --- PTL2/Scripts/trees.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PTL2/Scripts/trees.py b/PTL2/Scripts/trees.py index 375ea71..a555525 100644 --- a/PTL2/Scripts/trees.py +++ b/PTL2/Scripts/trees.py @@ -2,7 +2,7 @@ # Authors: Auden Cote-L'Heureux and Mario Ceron-Romero # This is a relatively simple script that only runs trees, using either IQ-Tree -# or RAxML. The run() function is called in two places: both in phylotol.py, and +# or RAxML. The run() function is called in two places: both in eukphylo.py, and # in contamination.py, where it is used to re-build trees. When starting at this # step, users must input one aligned amino acid fasta file per OG. Otherwise, if # starting at the pre-Guidance or Guidance steps, this step will be run if --end = trees. @@ -12,7 +12,7 @@ import os, sys, re from Bio import SeqIO from color import color -#Called in phylotol.py and contamination.py +#Called in eukphylo.py and contamination.py def run(params): #Checking whether aligned files were input, or it should just start with the Guidance outputs from the previous step.