Commit 78b97065 authored by Lukas Jarosch's avatar Lukas Jarosch
Browse files

Set CLI description to more informative module docstring

parent 244970bf
...@@ -85,7 +85,7 @@ def main(args): ...@@ -85,7 +85,7 @@ def main(args):
if __name__ == "__main__": if __name__ == "__main__":
parser = ArgumentParser( parser = ArgumentParser(
description="Creates a sequence cluster file from a .fasta file using mmseqs2 with PDB settings." description=__doc__
) )
parser.add_argument( parser.add_argument(
"input_fasta", "input_fasta",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment