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

https://github.com/biojulia/xamauxdata.jl

Read auxiliary data fields in SAM, GFA and PAF formats
https://github.com/biojulia/xamauxdata.jl

Last synced: 3 months ago
JSON representation

Read auxiliary data fields in SAM, GFA and PAF formats

Awesome Lists containing this project

README

          

# XAMAuxData

[![Latest Release](https://img.shields.io/github/release/BioJulia/XAMAuxData.jl.svg)](https://github.com/BioJulia/XAMAuxData.jl/releases/latest)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/BioJulia/XAMAuxData.jl/blob/master/LICENSE)
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://biojulia.github.io/XAMAuxData.jl/dev)
[![](https://codecov.io/gh/BioJulia/XAMAuxData.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/XAMAuxData.jl)

XAMAuxData.jl contains functionality to parse the auxiliary data fields in the BAM and SAM formats.
The formats GFA and PAF share the mini-format of the SAM auxiliary fields, and can therefore share code by using this package.

This pacakge is intended to be used by other packages in the BioJulia ecosystem.

To learn how to use the package, [read the documentation](https://biojulia.github.io/XAMAuxData.jl/stable/)