From e756e8733bc23ebf0750aa268d00d161af218c6d Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 14:54:18 -0500 Subject: [PATCH] Update and rename gappiness.py to Gappiness_v2.0.py --- Utilities/for_MSAs/{gappiness.py => Gappiness_v2.0.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_MSAs/{gappiness.py => Gappiness_v2.0.py} (97%) diff --git a/Utilities/for_MSAs/gappiness.py b/Utilities/for_MSAs/Gappiness_v2.0.py similarity index 97% rename from Utilities/for_MSAs/gappiness.py rename to Utilities/for_MSAs/Gappiness_v2.0.py index 23dcb30..a7d279b 100644 --- a/Utilities/for_MSAs/gappiness.py +++ b/Utilities/for_MSAs/Gappiness_v2.0.py @@ -3,7 +3,7 @@ #Intent: To use the gappyness stats in filtering paralogs. #Inputs: A folder of alignment files #Outputs: A spreadsheet of the gappyness stats -#Example: python gappiness.py --alignment /Path/to/alignments --code ten digit code +#Example: python Gappiness_v2.0.py --alignment /Path/to/alignments --code ten digit code #Dependencies import os, sys, re