Skip to content

Commit

Permalink
Merge pull request #97 from sridhar0605/badge
Browse files Browse the repository at this point in the history
Badge
  • Loading branch information
chrisamiller authored Jan 31, 2022
2 parents 944c11f + 350ecfc commit c7c76e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
bam-readcount
=============

[![DOI](https://joss.theoj.org/papers/10.21105/joss.03722/status.svg)](https://doi.org/10.21105/joss.03722)
![latest release](https://img.shields.io/github/v/release/genome/bam-readcount)
![tests](https://github.com/seqfu/bam-readcount/actions/workflows/tests.yml/badge.svg?branch=samtools-1.10)
![coverage](https://coveralls.io/repos/seqfu/bam-readcount/badge.svg?branch=samtools-1.10&service=github)
![Docker Pulls](https://img.shields.io/docker/pulls/mgibio/bam-readcount?style=plastic)
![GitHub](https://img.shields.io/github/license/genome/bam-readcount)


`bam-readcount` is a utility that runs on a `BAM` or `CRAM` file and generates low-level information about
sequencing data at specific nucleotide positions. Its outputs include observed bases,
Expand All @@ -13,6 +18,10 @@ Originally designed to help filter genomic mutation calls, the metrics `bam-read
are also useful as input for variant detection tools and for resolving ambiguity between
variant callers.

If you find `bam-readcount` useful in your work, please cite our [paper](https://doi.org/10.21105/joss.03722):

> Khanna et al., (2022). Bam-readcount - rapid generation of basepair-resolution sequence metrics. _Journal of Open Source Software_, 7(69), 3722. https://doi.org/10.21105/joss.03722
Contents
---------
* [Installation](#installation)
Expand Down

0 comments on commit c7c76e6

Please sign in to comment.