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

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

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