Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed May 5, 2022
1 parent a3d2fe0 commit 7a5a982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion truvari/consistency_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def create_file_intersections(allVCFs):

def parse_args(args):
""" parse args """
parser = argparse.ArgumentParser(prog="consistency_report", description=__doc__,
parser = argparse.ArgumentParser(prog="consistency", description=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument("allVCFs", metavar='VCFs', nargs='+',
help="VCFs to intersect")
Expand Down
2 changes: 1 addition & 1 deletion truvari/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def parse_args(args):
"""
Pull the command line parameters
"""
parser = argparse.ArgumentParser(prog="vcf2df", description=__doc__,
parser = argparse.ArgumentParser(prog="segment", description=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter)

parser.add_argument("vcf", metavar="IN",
Expand Down

0 comments on commit 7a5a982

Please sign in to comment.