Updating header in 4_CountOGsDiamond.py

This commit is contained in:
Auden Cote-L'Heureux 2024-01-26 11:38:42 -05:00 committed by GitHub
parent 887d136f5b
commit 427f9f7125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.