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

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

Read and write Concise Idiosyncratic Gapped Alignment Reports.
https://github.com/biojulia/cigarstrings.jl

Last synced: 3 months ago
JSON representation

Read and write Concise Idiosyncratic Gapped Alignment Reports.

Awesome Lists containing this project

README

          

# CIGARStrings.jl

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

This package provides the `CIGAR` and `BAMCIGAR` types to represent Concise Idiosyncratic Gapped Alignment Reports (CIGARs), popularized in the SAM format.

For more information [read the documentation](https://biojulia.github.io/CIGARStrings.jl/dev)

## Contributing
We appreciate contributions from users including reporting bugs, fixing
issues, improving performance and adding new features.

Take a look at the [contributing files](https://github.com/BioJulia/Contributing)
detailed contributor and maintainer guidelines, and code of conduct.

## Questions?
If you have a question about contributing or using BioJulia software,
come on over and chat to us on [the Julia Slack workspace](https://julialang.org/slack/),
or you can try the [Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).