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

This commit is contained in:
Godwin Ani 2024-01-15 15:03:39 -05:00 committed by GitHub
parent c1b32c97ae
commit fa44e2176c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 get_unique_taxa.py
#Example: python GetUniqueTaxa_v1.0.py
'''
import os