diff --git a/Utilities/for_trees/CountTaxonOccurence_v2.0.py b/Utilities/for_trees/CountTaxonOccurence.py similarity index 95% rename from Utilities/for_trees/CountTaxonOccurence_v2.0.py rename to Utilities/for_trees/CountTaxonOccurence.py index 849a8f2..db29a3c 100644 --- a/Utilities/for_trees/CountTaxonOccurence_v2.0.py +++ b/Utilities/for_trees/CountTaxonOccurence.py @@ -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 +Command line: python CountTaxonOccurence.py --input ''' import os