Commit 98b2c663 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add description to ProteinNet MSA script

parent b5f885d0
......@@ -39,7 +39,9 @@ def main(args):
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(description=
"Converts raw ProteinNet MSAs into a format recognized by the parser"
)
parser.add_argument(
"msa_dir", type=str, help="Directory containing ProteinNet MSAs"
)
......
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