LooseLab / readfish

CLI tool for flexible and fast adaptive sampling on ONT sequencers
https://looselab.github.io/readfish/
GNU General Public License v3.0
163 stars 31 forks source link

Unblock time incorrectly specified as int #312

Closed mattloose closed 8 months ago

mattloose commented 8 months ago

https://github.com/LooseLab/readfish/blob/fabf9bfac796f7e72cc9d8cfbdbdcd64d34bf9e3/src/readfish/_cli_args.py#L92

Unblock time should be specified as a float, not an int. The default specified is a float. Manually setting an alternative float value causes arg parsing to fail.

Adoni5 commented 8 months ago

Closed in #310