mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 21:20:31 +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 os
|
||||||
import sys
|
import sys
|
||||||
from subprocess import check_output
|
from subprocess import check_output
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user