Update CladeGrabbing_v3.2.py

This commit is contained in:
Adri K. Grow 2024-06-03 14:50:00 -04:00 committed by GitHub
parent 426d51ea85
commit 4f46d630dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
#Motivation: Select robust sequences from trees #Motivation: Select robust sequences from trees
#Intent: Select clades of interest from large trees using taxonomic specifications #Intent: Select clades of interest from large trees using taxonomic specifications
#Dependencies: Python3, ete3, Biopython #Dependencies: Python3, ete3, Biopython
#Inputs: A folder of trees and corresponding unaligned .fasta files #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 #Outputs: A folder of grabbed clades and filtered unaligned fasta files
#Example: python CladeGrabbing_v3.2.py --input /Path/to/trees --target Sr_rh --min_presence 20 #Example: python CladeGrabbing_v3.2.py --input /Path/to/trees --target Sr_rh --min_presence 20
#IMPORTANT: key parameters explained in "add_argument" section below #IMPORTANT: key parameters explained in "add_argument" section below