mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 03:50:25 +08:00
Update headers
This commit is contained in:
parent
b37abda8d5
commit
316f7620ed
@ -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
|
||||
@ -176,4 +185,4 @@ def main():
|
||||
#add_to_seq_count_spreadsheet()
|
||||
|
||||
|
||||
main()
|
||||
main()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user