sgkit-dev / bio2zarr

Convert bioinformatics file formats to Zarr
Apache License 2.0
28 stars 7 forks source link

Annotate click path arguments correctly #101

Closed jeromekelleher closed 8 months ago

jeromekelleher commented 8 months ago

We're not telling click that the VCFs argument is a list of paths, which prevents it from autocompleting.

Check other arguments also to make sure we're giving click enough information.