From 2f53e0ca24ac2763b1835d38484a9208e37ea755 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 16:00:15 -0400 Subject: [PATCH] Update and rename GetUniqueTaxa_v1.0.py to GetUniqueTaxa.py --- .../for_taxonomy/{GetUniqueTaxa_v1.0.py => GetUniqueTaxa.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_taxonomy/{GetUniqueTaxa_v1.0.py => GetUniqueTaxa.py} (98%) diff --git a/Utilities/for_taxonomy/GetUniqueTaxa_v1.0.py b/Utilities/for_taxonomy/GetUniqueTaxa.py similarity index 98% rename from Utilities/for_taxonomy/GetUniqueTaxa_v1.0.py rename to Utilities/for_taxonomy/GetUniqueTaxa.py index a090a4b..ff7d9a2 100644 --- a/Utilities/for_taxonomy/GetUniqueTaxa_v1.0.py +++ b/Utilities/for_taxonomy/GetUniqueTaxa.py @@ -4,7 +4,7 @@ #Dependencies: Python3 #Inputs: text file of taxonomies. make sure each taxonomic level is separated with '; ' (semicolon space). #Outputs: Spreadsheet with unique taxa. If you run the script multiple times, DELETE THE PREVIOUS OUTPUT. -#Example: python GetUniqueTaxa_v1.0.py +#Example: python GetUniqueTaxa.py ''' import os