From 035b8a61f083f56348c6f26dd4107451ccd06803 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 15:05:23 -0500 Subject: [PATCH] Update and rename Query_SRA_egs.py to QuerySRA_v1.0.py --- Utilities/for_taxonomy/{Query_SRA_egs.py => QuerySRA_v1.0.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_taxonomy/{Query_SRA_egs.py => QuerySRA_v1.0.py} (98%) diff --git a/Utilities/for_taxonomy/Query_SRA_egs.py b/Utilities/for_taxonomy/QuerySRA_v1.0.py similarity index 98% rename from Utilities/for_taxonomy/Query_SRA_egs.py rename to Utilities/for_taxonomy/QuerySRA_v1.0.py index 89ed41b..3881496 100644 --- a/Utilities/for_taxonomy/Query_SRA_egs.py +++ b/Utilities/for_taxonomy/QuerySRA_v1.0.py @@ -4,7 +4,7 @@ #Dependencies: Python3, Biopython #Inputs: Folder named 'unique_taxon_lists' with files of keywords by major clade (separated by new lines). #Outputs: File of species, IDs, and GCA or SRR codes AND a file with uniquified codes. -#Example: python Query_SRA_egs.py -t (transcriptome, SRA db) or -g (genome, assembly db) +#Example: python QuerySRA_v1.0.py -t (transcriptome, SRA db) or -g (genome, assembly db) ''' from Bio import Entrez