Skip to content

v2.1.0

Compare
Choose a tag to compare
@cjw85 cjw85 released this 08 Aug 09:57
· 13 commits to release since this release
a60d106

Bug fix and use-ability release

  • Added a step-by-step install guide (contributed by @danarte).
  • Make the client's .run() method non-blocking (and add a .reset() method); the client no longer needs to be given a run time upfront.
  • Handle termination of the client gracefully.
  • Allow the application time of the unblock voltage to be configured (per unblock).
  • Add additional debugging and statistics to the basecall/alignment example.

A remaining issue of which we are aware is that the minimum chunk size functionality can cause errors in the gRPC stream when MinKNOW encounters chunks smaller than the requested minimum size. For this reason, the functionality has been disabled. Users should be aware that the read chunk size sent to the Read Until client is determined by the read detection settings internal to MinKNOW; chunks are typically around 1 second.