Skip to content

Commit

Permalink
fix cli parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Nov 14, 2024
1 parent 5d48778 commit 9d68fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phenotype2phenopacket/cli_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
@click.option(
"--gene-identifier",
"-g",
"-i",
required=False,
help="Gene identifier to update in phenopacket",
type=click.Choice(["ensembl_id", "entrez_id", "hgnc_id"]),
Expand Down

0 comments on commit 9d68fbd

Please sign in to comment.