ssw.printer
Printer helper functions for ssw-py
- ssw.printer.printer(alignment, reference, read)[source]
Prints the alignment of the read to the reference to the terminal
- Parameters:
alignment (
Alignment) –ssw.alignmenttuple.Alignmentnamed tuplereference (
Union[str,bytes]) – Reference sequence python string or bytes-stringread (
Union[str,bytes]) – Read sequence python string or bytes-string