Skip to content

Commit

Permalink
Update annotateProtSeqs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored Jul 9, 2024
1 parent 75a6d7d commit aad527e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/annotateProtSeqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -86,4 +85,4 @@ def annotateProtSeqs():
sys.exit(0)

if __name__ == '__main__':
annotateProtSeqs()
annotateProtSeqs()

0 comments on commit aad527e

Please sign in to comment.