From de566bf54662752403d0c8787f9cf7b1e8248419 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:03:31 -0500 Subject: [PATCH] updating header in 7a_FinalizeName.py --- PTL1/Transcriptomes/Scripts/7a_FinalizeName.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PTL1/Transcriptomes/Scripts/7a_FinalizeName.py b/PTL1/Transcriptomes/Scripts/7a_FinalizeName.py index 6e14360..3a2edf2 100644 --- a/PTL1/Transcriptomes/Scripts/7a_FinalizeName.py +++ b/PTL1/Transcriptomes/Scripts/7a_FinalizeName.py @@ -3,8 +3,8 @@ # This script does not process sequence data in any way. It only renames the outputs of # script 6 to the 10-digit taxon code which prefixes the file names, and then moves output -# 'ReadyToGo' files into a separate folder. It is intended to be run as part of the PhyloToL -# 6 Part 1 pipeline using the script wrapper.py. +# 'ReadyToGo' files into a separate folder. It is intended to be run as part of the EukPhylo +# Part 1 pipeline using the script wrapper.py. import argparse, os, sys from argparse import RawTextHelpFormatter,SUPPRESS