Update and rename GetUniqueTaxa_v1.0.py to GetUniqueTaxa.py

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

View File

@ -4,7 +4,7 @@
#Dependencies: Python3
#Inputs: text file of taxonomies. make sure each taxonomic level is separated with '; ' (semicolon space).
#Outputs: Spreadsheet with unique taxa. If you run the script multiple times, DELETE THE PREVIOUS OUTPUT.
#Example: python GetUniqueTaxa_v1.0.py
#Example: python GetUniqueTaxa.py
'''
import os