samtools tview
display alignments in a curses-based interactive viewer.
- Provided by: samtools (Version: 1.10-3)
- Report a bug
display alignments in a curses-based interactive viewer.
tview samtools tview [-p chr:pos] [-s STR] [-d display] in.sorted.bam [ref.fasta]
Text alignment viewer (based on the ncurses library). In the viewer, press `?' for help and press `g' to check the alignment start from a region in the format like `chr10:10,000,000' or `=10,000,000' when viewing the same reference sequence.
The width of generated text is controlled by the COLUMNS environment variable. Note this may be a local shell variable so it may need exporting first or specifying on the command line prior to the command. For example
export COLUMNS ; samtools tview -d T -p 1:234567 in.bam
Written by Heng Li from the Sanger Institute.
Samtools website: <http://www.htslib.org/>