Update and rename RenameTips_v1.0.py to RenameTips.py

This commit is contained in:
Godwin Ani 2024-06-03 16:07:31 -04:00 committed by GitHub
parent 2635deefc1
commit f0799852b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ Dependencies : Python3, Pandas
Inputs : A folder containing trees and a csv file(with headers). Inputs : A folder containing trees and a csv file(with headers).
The first column of the csv is the 10 digit code and other columns are the information to be added to the tip labels. The first column of the csv is the 10 digit code and other columns are the information to be added to the tip labels.
Outputs : A folder of trees with renamed tips. Outputs : A folder of trees with renamed tips.
python3 RenameTips_v1.0.py -i input to_folder_of_trees -s to_spreadsheet python3 RenameTips.py -i input to_folder_of_trees -s to_spreadsheet
''' '''
import os, re, sys, argparse import os, re, sys, argparse