Context tutorial¶
The idea for the k1lib.bioinfo.cli.ctx
is that anywhere inside the stream, you can save something to a “context” dictionary. And then later on, in another callback, you can use the object saved.
Remember you have to do this first before actually be able to use this module:
bioinfoSettings["useCtx"] = True
This module is not yet to the point where I’d call it ready yet