Update CountTaxonOccurence.py

improving header
This commit is contained in:
Katzlab 2024-06-09 13:02:38 -04:00 committed by GitHub
parent 7aac410d85
commit 6a86fded41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,8 @@ Inputs: Directory of postguidance files
Optional: use the --minor flag and include a file named focal_minors.txt in same folder (do not put file name in command line). This file should be csv of targets (Am_tu, Sr_rh, Sr_ci)
Optional: OR use the --major flag and include a file named focal_majors.txt in same folder (do not put file name in command line). This file should be csv of targets (Am, Sr)
Outputs: CSV file tallying all the counts of taxa in each OG file plus minor and major clade tallies
Command line: python3 CountTaxonOccurence_faster_minor.py --input <dir of postguidance files> --minor
Command line: python3 CountTaxonOccurence_faster_minor.py --input <dir of postguidance files> --minor OR
Command line: python3 CountTaxonOccurence_faster_minor.py --input <dir of postguidance files> --major
'''