From f6cb9e95ff905d74ed68ca584d4fb8ae287757c6 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 5 Feb 2024 13:53:22 -0500 Subject: [PATCH] Update CountTaxonOccurence_v2.0.py --- Utilities/for_trees/CountTaxonOccurence_v2.0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_trees/CountTaxonOccurence_v2.0.py b/Utilities/for_trees/CountTaxonOccurence_v2.0.py index 6a62087..849a8f2 100644 --- a/Utilities/for_trees/CountTaxonOccurence_v2.0.py +++ b/Utilities/for_trees/CountTaxonOccurence_v2.0.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 count_tips.py --input +Command line: python CountTaxonOccurence_v2.0.py --input ''' import os