Skip to content

Commit

Permalink
fixup: gene coverage script docs
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Apr 5, 2024
1 parent 5d05098 commit 5930fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def parse_args():
parser = argparse.ArgumentParser(
description="Calculate gene coverage from amino acid sequence",
description="Calculate gene coverage from amino acid sequence. The output will be in TSV format to stdout.",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
Expand Down

0 comments on commit 5930fcf

Please sign in to comment.