Update CladeGrabbing.py

This commit is contained in:
Adri K. Grow 2025-07-08 07:54:58 -04:00 committed by GitHub
parent aec7f6caf9
commit 586a9e0c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Dependencies: Python3, ete3, Biopython
#Inputs: A folder containing: all PTLp2 output trees and all corresponding unaligned .fasta (pre-guidance) files
#Outputs: A folder of grabbed clades and filtered unaligned fasta files
#Example: python CladeGrabbing.py --input /Path/to/trees --target Sr_rh --min_presence 20
#Example: python CladeGrabbing.py --input /Path/To/TreesandPreGuidance --target Sr_rh --min_presence 20
#IMPORTANT: key parameters explained in "add_argument" section below
#Dependencies