From 2635deefc1fd76c0ee528f2567d1d27d50c0f045 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 16:07:05 -0400 Subject: [PATCH] Update and rename CountTaxonOccurence_v2.0.py to CountTaxonOccurence.py --- .../{CountTaxonOccurence_v2.0.py => CountTaxonOccurence.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_trees/{CountTaxonOccurence_v2.0.py => CountTaxonOccurence.py} (95%) 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