Skip to content

Commit

Permalink
Set CLI description to more informative module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ljarosch committed May 6, 2024
1 parent 244970b commit 78b9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fasta_to_clusterfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main(args):

if __name__ == "__main__":
parser = ArgumentParser(
description="Creates a sequence cluster file from a .fasta file using mmseqs2 with PDB settings."
description=__doc__
)
parser.add_argument(
"input_fasta",
Expand Down

0 comments on commit 78b9706

Please sign in to comment.