From bba13c35c64b42d40f2f8c78445a792d64d79625 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 15:59:55 -0400 Subject: [PATCH] Update and rename GetTaxonomy_v1.0.py to GetTaxonomy.py --- Utilities/for_taxonomy/{GetTaxonomy_v1.0.py => GetTaxonomy.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_taxonomy/{GetTaxonomy_v1.0.py => GetTaxonomy.py} (98%) diff --git a/Utilities/for_taxonomy/GetTaxonomy_v1.0.py b/Utilities/for_taxonomy/GetTaxonomy.py similarity index 98% rename from Utilities/for_taxonomy/GetTaxonomy_v1.0.py rename to Utilities/for_taxonomy/GetTaxonomy.py index cb10607..8b1a13b 100644 --- a/Utilities/for_taxonomy/GetTaxonomy_v1.0.py +++ b/Utilities/for_taxonomy/GetTaxonomy.py @@ -4,7 +4,7 @@ #Dependencies: Python3, esearch #Inputs: Spreadsheet with ten digit codes in the first column and the genus and species names in the second column. #Outputs: Spreadsheet with taxonomy. -#Example: python GetTaxonomy_v1.0.py --input_file +#Example: python GetTaxonomy.py --input_file ''' import os