From 427f9f7125eb57d827fa3caa4f72088ac2c1f912 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:38:42 -0500 Subject: [PATCH] Updating header in 4_CountOGsDiamond.py --- PTL1/Genomes/Scripts/4_CountOGsDiamond.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PTL1/Genomes/Scripts/4_CountOGsDiamond.py b/PTL1/Genomes/Scripts/4_CountOGsDiamond.py index bd136c2..731b3ab 100644 --- a/PTL1/Genomes/Scripts/4_CountOGsDiamond.py +++ b/PTL1/Genomes/Scripts/4_CountOGsDiamond.py @@ -5,7 +5,9 @@ # similarity-searching using Diamond against a reference database of # gene families. We provide the Hook database on the GitHub, but this # may be replaced with a custom reference database by REPLACING the -# .dmnd and .fasta files in the Databases/db_OG folder. This script +# .dmnd and .fasta files in the Databases/db_OG folder. This script also +# includes a filter that removes sequences shorter than 33% and longer than +# 150% the average length of the sequence's OG in the OG reference DB. This script # is intended to be run as part of the PhyloToL 6 Part 1 pipeline using # the script wrapper.py.