From b61eb8be1b8d4e0dcacd6a154be09da6979f392a Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:59:10 -0500 Subject: [PATCH] Updating header in 2a_Identify_rRNA.py --- PTL1/Transcriptomes/Scripts/2a_Identify_rRNA.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PTL1/Transcriptomes/Scripts/2a_Identify_rRNA.py b/PTL1/Transcriptomes/Scripts/2a_Identify_rRNA.py index 25b6111..54f3d43 100644 --- a/PTL1/Transcriptomes/Scripts/2a_Identify_rRNA.py +++ b/PTL1/Transcriptomes/Scripts/2a_Identify_rRNA.py @@ -5,12 +5,12 @@ # all length-filtered assembled transcripts against a reference database. It then # writes these sequences into a separate file, removing them from the remainder # of the sequences that will go forwards for gene family assignment. This script -# should be in Part 1 of the PhyloToL version 6 pipeline using the script wrapper.py. +# should be in Part 1 of the EukPhylo pipeline using the script wrapper.py. # You must run Script 1a before this step. Optionally, you may also have run Script 1b. # Before running this script, ensure that you have a properly formatted rRNA reference # BLAST database in the Databases/db_BvsE/SSULSUdb folder; it is relatively narrow in scope -# and could be easily replaced +# and could be easily replaced or updated to better capture a user's target taxa #Dependencies import argparse, os, sys