From aad527e64edb4f8dbba3b63c1e624b25ace50b40 Mon Sep 17 00:00:00 2001 From: Rauf Salamzade Date: Mon, 8 Jul 2024 21:23:40 -0500 Subject: [PATCH] Update annotateProtSeqs.py --- scripts/annotateProtSeqs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/annotateProtSeqs.py b/scripts/annotateProtSeqs.py index f947ec2..ee056d9 100644 --- a/scripts/annotateProtSeqs.py +++ b/scripts/annotateProtSeqs.py @@ -11,8 +11,7 @@ def create_parser(): Author: Rauf Salamzade Affiliation: Kalan Lab, UW Madison, Department of Medical Microbiology and Immunology - - + Simple script to annotate a protein FASTA using zol's standard approach taken for consensus sequences for ortholog groups. """, formatter_class=argparse.RawTextHelpFormatter) parser.add_argument('-i', '--protein_faa', help='Path to FASTA of protein sequences.', required=True) @@ -86,4 +85,4 @@ def annotateProtSeqs(): sys.exit(0) if __name__ == '__main__': - annotateProtSeqs() \ No newline at end of file + annotateProtSeqs()