From 4b4310a0c8dc4b2246b7ba168bfbd148a5e7fab5 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 15:06:34 -0500 Subject: [PATCH] Update and rename get_taxonomy.py to GetTaxonomy_v1.0.py --- Utilities/for_taxonomy/{get_taxonomy.py => GetTaxonomy_v1.0.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_taxonomy/{get_taxonomy.py => GetTaxonomy_v1.0.py} (98%) diff --git a/Utilities/for_taxonomy/get_taxonomy.py b/Utilities/for_taxonomy/GetTaxonomy_v1.0.py similarity index 98% rename from Utilities/for_taxonomy/get_taxonomy.py rename to Utilities/for_taxonomy/GetTaxonomy_v1.0.py index 4fe7475..cb10607 100644 --- a/Utilities/for_taxonomy/get_taxonomy.py +++ b/Utilities/for_taxonomy/GetTaxonomy_v1.0.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 get_taxonomy.py --input_file +#Example: python GetTaxonomy_v1.0.py --input_file ''' import os