An open API service indexing awesome lists of open source software.

https://github.com/juke34/samreadviewer

Small utility to visualise read alignment directly from sam format without reference
https://github.com/juke34/samreadviewer

Last synced: 3 months ago
JSON representation

Small utility to visualise read alignment directly from sam format without reference

Awesome Lists containing this project

README

          

# SamReadViewer
Small utility to visualise read alignments directly from `SAM` format without reference.
The `SAM` format must contains `MD tag`.
The reference is re-created based on the `CIGAR string` + `the MD tag`.

See here https://juke34.github.io/SamReadViewer/sam2view.html for the service.