Update and rename Query_SRA_egs.py to QuerySRA_v1.0.py

This commit is contained in:
Godwin Ani 2024-01-15 15:05:23 -05:00 committed by GitHub
parent fa44e2176c
commit 035b8a61f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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