Updating header in 6_FilterPartials.py

This commit is contained in:
Auden Cote-L'Heureux 2025-01-19 11:02:43 -05:00 committed by GitHub
parent a9a151eeb3
commit db22976d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
# from the same OG in the Hook database are removed. Then, for each transcriptomic sample, # from the same OG in the Hook database are removed. Then, for each transcriptomic sample,
# all sequences within an OG are compared at the nucleotide level to the sequence with the # all sequences within an OG are compared at the nucleotide level to the sequence with the
# highest “score” (defined as k-mer coverage multiplied by length). The script should be run # highest “score” (defined as k-mer coverage multiplied by length). The script should be run
# as part of the PhyloToL 6 Part 1 pipeline using the script wrapper.py. It requires that the # as part of the EukPhylo Part 1 pipeline using the script wrapper.py. It requires that the
# structure of the 'Output' folder be as output by script 5, and that the Databases/db_OG folder # structure of the 'Output' folder be as output by script 5, and that the Databases/db_OG folder
# contains a .fasta file containing all amino acid sequences in the OG reference database (Hook) # contains a .fasta file containing all amino acid sequences in the OG reference database (Hook)
# with the same file name (until the extension) as the .dmnd file for the reference database used # with the same file name (until the extension) as the .dmnd file for the reference database used