From 5982330b34171a8d87bbf2c2c4736d1537c5e067 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 15:56:23 -0400 Subject: [PATCH] Update and rename GuidanceWrapper_v2.1.py to GuidanceWrapper.py --- .../for_fastas/{GuidanceWrapper_v2.1.py => GuidanceWrapper.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_fastas/{GuidanceWrapper_v2.1.py => GuidanceWrapper.py} (99%) diff --git a/Utilities/for_fastas/GuidanceWrapper_v2.1.py b/Utilities/for_fastas/GuidanceWrapper.py similarity index 99% rename from Utilities/for_fastas/GuidanceWrapper_v2.1.py rename to Utilities/for_fastas/GuidanceWrapper.py index f9ea67d..8350530 100644 --- a/Utilities/for_fastas/GuidanceWrapper_v2.1.py +++ b/Utilities/for_fastas/GuidanceWrapper.py @@ -10,7 +10,7 @@ from Bio import SeqIO #Reading arguments parser = argparse.ArgumentParser( - prog = 'Guidance Wrapper v2.1', + prog = 'Guidance Wrapper', description = "Updated July 21, 2023 by Auden Cote-L'Heureux" ) parser.add_argument('--input', '-i', required = True, type = str, help = 'Path to folder of unaligned amino acid fasta files to align. File extensions must be fasta, fa, fas, or faa. Try using the absolute rather than relative path if working on the Grid and having trouble')