Update and rename GuidanceWrapper_v2.1.py to GuidanceWrapper.py

This commit is contained in:
Godwin Ani 2024-06-03 15:56:23 -04:00 committed by GitHub
parent 5421349446
commit 5982330b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')