Update headers

This commit is contained in:
Godwin Ani 2024-01-12 11:13:28 -05:00 committed by GitHub
parent b37abda8d5
commit 316f7620ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,12 @@
'''
#Author, date: Uploaded by Adri Grow, 2023
#Intent: To get the NCBI taxonomic classification of organisms.
#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>
'''
import os
import sys
from subprocess import check_output