Skip to content

Commit 1029012

Browse files
Add click annotations for VCF path
1 parent 9eb9d30 commit 1029012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bio2zarr/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def plink2zarr():
517517

518518
@click.command
519519
@version
520-
@click.argument("vcf_path", type=click.Path())
520+
@click.argument("vcf_path", type=click.Path(exists=True, dir_okay=False))
521521
@verbose
522522
@click.option(
523523
"-n",

0 commit comments

Comments
 (0)