Closed almutlue closed 4 months ago
Add a new command modos stream to modos cli
modos stream
Streaming from python is hard due to pysam's limited capabilities to work on byte streams. In the meantime we can still implement streaming via cli by direct parsing the bytestream from the htsget client to stdout.
Duplicate with #86
Goal
Add a new command
modos stream
to modos cliContext
Streaming from python is hard due to pysam's limited capabilities to work on byte streams. In the meantime we can still implement streaming via cli by direct parsing the bytestream from the htsget client to stdout.