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

This commit is contained in:
Godwin Ani 2024-06-03 16:00:31 -04:00 committed by GitHub
parent 2f53e0ca24
commit ac36890622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 QuerySRA_v1.0.py -t (transcriptome, SRA db) or -g (genome, assembly db)
#Example: python QuerySRA.py -t (transcriptome, SRA db) or -g (genome, assembly db)
'''
from Bio import Entrez