github.com/noamteyssier...
FILTER BASE(1234)=C
It will be extended to a SQL-like mini language:
ORDER by STRAND WHERE BASE(123)=C AND MAPQ>=30
The parse is built and the backend is under development.
FILTER BASE(1234)=C
It will be extended to a SQL-like mini language:
ORDER by STRAND WHERE BASE(123)=C AND MAPQ>=30
The parse is built and the backend is under development.
The half-block trick is yet to be implemented to alignments. Contribution is open!
The half-block trick is yet to be implemented to alignments. Contribution is open!
At 2x zoom, to render 2 bases per cell, we use the half-block trick: render the "▌" Unicode character with the foreground of first base color and the background being the second base.
At 2x zoom, to render 2 bases per cell, we use the half-block trick: render the "▌" Unicode character with the foreground of first base color and the background being the second base.
github.com/zeqianli/tgv...
github.com/zeqianli/tgv...