From 405217e2a278c95c1063b1cd89f1300978e3a79c Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 16:09:29 -0400 Subject: [PATCH] Update Gappiness.py --- Utilities/for_MSAs/Gappiness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_MSAs/Gappiness.py b/Utilities/for_MSAs/Gappiness.py index a7d279b..1885326 100644 --- a/Utilities/for_MSAs/Gappiness.py +++ b/Utilities/for_MSAs/Gappiness.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_v2.0.py --alignment /Path/to/alignments --code ten digit code +#Example: python Gappiness.py --alignment /Path/to/alignments --code ten digit code #Dependencies import os, sys, re