From dfa0f81763ee2ca8b8e7d4ddda5591bf274b2654 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 15:00:53 -0500 Subject: [PATCH] Update and rename rename_tip_labels.py to RenameTips_v1.0.py --- .../for_trees/{rename_tip_labels.py => RenameTips_v1.0.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_trees/{rename_tip_labels.py => RenameTips_v1.0.py} (95%) diff --git a/Utilities/for_trees/rename_tip_labels.py b/Utilities/for_trees/RenameTips_v1.0.py similarity index 95% rename from Utilities/for_trees/rename_tip_labels.py rename to Utilities/for_trees/RenameTips_v1.0.py index db3b38b..b1a2196 100644 --- a/Utilities/for_trees/rename_tip_labels.py +++ b/Utilities/for_trees/RenameTips_v1.0.py @@ -6,7 +6,7 @@ Dependencies : Python3, Pandas 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. Outputs : A folder of trees with renamed tips. -python3 rename_tip_labels.py -i input to_folder_of_trees -s to_spreadsheet +python3 RenameTips_v1.0.py -i input to_folder_of_trees -s to_spreadsheet ''' import os, re, sys, argparse