hasindu2008 / slow5tools

Slow5tools is a toolkit for converting (FAST5 <-> SLOW5), compressing, viewing, indexing and manipulating data in SLOW5 format.
https://hasindu2008.github.io/slow5tools
MIT License
89 stars 6 forks source link

Short help not working on s2f #52

Closed mbhall88 closed 2 years ago

mbhall88 commented 2 years ago

The short help option -h doesn't seem to be working on the s2f subcommand?

$ slow5tools -V
slow5tools 0.3.0
$ slow5tools s2f -h
slow5tools s2f: option requires an argument -- 'h'
Try 'slow5tools s2f --help' for more information.
hasindu2008 commented 2 years ago

Thank you @mbhall88 for reporting this. It is a silly bug.

hasindu2008 commented 2 years ago

This fix is now in master - will be there in the next release. Thanks again.