Skip to content

Commit

Permalink
Update bin/create_table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Muffato <[email protected]>
  • Loading branch information
tkchafin and muffato authored Jul 12, 2024
1 parent 4e5ec7d commit e12d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def parse_args(args=None):
Description = "Create a table by parsing json output to extract N50, " "BUSCO, QV and COMPLETENESS stats."
Description = "Create a table by parsing json output to extract N50, BUSCO, QV and COMPLETENESS stats."

parser = argparse.ArgumentParser(description=Description)
parser.add_argument("--genome", required=True, help="Input NCBI genome summary JSON file.")
Expand Down

0 comments on commit e12d883

Please sign in to comment.