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