Skip to content
Snippets Groups Projects
Commit 2a93a74f authored by Sander Bollen's avatar Sander Bollen
Browse files

collectstats should be an argument in mergestats

parent 62cdd43b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ def parse_json(path):
type=click.Path(exists=True, dir_okay=False, readable=True),
required=True,
help="Path to vcfstats json")
@click.option("collectstats",
@click.argument("collectstats",
type=click.Path(exists=True, dir_okay=False, readable=True),
nargs=-1,
required=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment