Update and rename phylotol.py to eukphylo.py

This commit is contained in:
Auden Cote-L'Heureux 2025-01-17 10:16:27 -05:00 committed by GitHub
parent 0fbd2ae863
commit bd72ed3a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
# Author: Auden Cote-L'Heureux # Author: Auden Cote-L'Heureux
# This script is what users should call when running any or all components of # This script is what users should call when running any or all components of
# PhyloToL 6 part 2. It briefly determines which parts of the pipeline should be # EukPhylo part 2. It briefly determines which parts of the pipeline should be
# run (pre-Guidance, Guidance, tree building, contamination loop, and/or # run (pre-Guidance, Guidance, tree building, contamination loop, and/or
# concatenation) based on the --start and --end parameters, and then runs all # concatenation) based on the --start and --end parameters, and then runs all
# of these components. Each component is actually run by the run() function in # of these components. Each component is actually run by the run() function in