Update and rename CountTaxonOccurence_v2.0.py to CountTaxonOccurence.py

This commit is contained in:
Godwin Ani 2024-06-03 16:07:05 -04:00 committed by GitHub
parent 81e5d5655e
commit 2635deefc1
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 CountTaxonOccurence_v2.0.py --input <dir of postguidance files>
Command line: python CountTaxonOccurence.py --input <dir of postguidance files>
'''
import os