Update CountTaxonOccurence_v2.0.py

This commit is contained in:
Godwin Ani 2024-02-05 13:53:22 -05:00 committed by GitHub
parent ded4143f11
commit f6cb9e95ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ Motivation: Count the number of occurences of each taxa in each OG in a post gui
Dependencies: Bio python, os, sys
Inputs: Directory of postguidance files
Outputs: CSV file tallying all the counts of taxa in each OG file
Command line: python count_tips.py --input <dir of postguidance files>
Command line: python CountTaxonOccurence_v2.0.py --input <dir of postguidance files>
'''
import os