Skip to content

Commit

Permalink
change the default from 2.0 to 1.2 on GPI
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 17, 2024
1 parent e4fe41a commit be86591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def cli(ctx, verbose):
@click.argument("group")
@click.option("--metadata", "-m", "metadata_dir", type=click.Path(), required=True)
@click.option("--gpad", default=False, is_flag=True)
@click.option("--gpad-gpi-output-version", default="2.0", type=click.Choice(["1.2", "2.0"]))
@click.option("--gpad-gpi-output-version", default="1.2", type=click.Choice(["1.2", "2.0"]))
@click.option("--ttl", default=False, is_flag=True)
@click.option("--target", "-t", type=click.Path(), required=True)
@click.option("--ontology", "-o", type=click.Path(exists=True), required=False)
Expand Down

0 comments on commit be86591

Please sign in to comment.