Update and rename GetTaxonomy_v1.0.py to GetTaxonomy.py

This commit is contained in:
Godwin Ani 2024-06-03 15:59:55 -04:00 committed by GitHub
parent ac695b7b78
commit bba13c35c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <path to .csv file>
#Example: python GetTaxonomy.py --input_file <path to .csv file>
'''
import os