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.

This module is not yet to the point where I’d call it ready yet