Update Gappiness.py

This commit is contained in:
Godwin Ani 2024-06-03 16:09:29 -04:00 committed by GitHub
parent 35376a279c
commit 405217e2a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
#Intent: To use the gappyness stats in filtering paralogs. #Intent: To use the gappyness stats in filtering paralogs.
#Inputs: A folder of alignment files #Inputs: A folder of alignment files
#Outputs: A spreadsheet of the gappyness stats #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 #Dependencies
import os, sys, re import os, sys, re