Skip to content

Commit f045df2

Browse files
committed
fixed wrong badge links
1 parent b6b45d6 commit f045df2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_pages/software.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most of our tools work years after their initial publications and are often well
7171
* [minimap2][sw-minimap2]: widely used long-read aligner, published in [Li (2018)][pub-minimap2a] and improved in [Li (2021)][pub-minimap2b]
7272
<img style="margin: 0px" src="https://img.shields.io/github/stars/lh3/minimap2"/>
7373
<a href="https://bioconda.github.io/recipes/minimap2/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/minimap2.svg?style=flag&label=Bioconda"/></a>
74-
<a href="https://bioconda.github.io/recipes/mappy/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/minimap2.svg?style=flag&label=mappy"/></a>
74+
<a href="https://bioconda.github.io/recipes/mappy/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/mappy.svg?style=flag&label=mappy"/></a>
7575
* [miniasm][sw-miniasm]: a simple long-read assembler, published in [Li (2016)][pub-miniasm].
7676
Useful for assembly at small scale; not recommended for production.
7777
<img style="margin: 0px" src="https://img.shields.io/github/stars/lh3/miniasm"/>
@@ -174,8 +174,8 @@ Most of our tools work years after their initial publications and are often well
174174
Maintained by Sanger since 2013.
175175
<img style="margin: 0px" src="https://img.shields.io/github/stars/samtools/samtools"/>
176176
<a href="https://bioconda.github.io/recipes/samtools/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/samtools.svg?style=flag&label=Bioconda"/></a>
177-
<a href="https://bioconda.github.io/recipes/bcftools/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/samtools.svg?style=flag&label=bcftools"/></a>
178-
<a href="https://bioconda.github.io/recipes/htslib/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/samtools.svg?style=flag&label=htslib"/></a>
177+
<a href="https://bioconda.github.io/recipes/bcftools/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/bcftools.svg?style=flag&label=bcftools"/></a>
178+
<a href="https://bioconda.github.io/recipes/htslib/README.html"><img style="margin: 0px" src="https://img.shields.io/conda/dn/bioconda/htslib.svg?style=flag&label=htslib"/></a>
179179
* [TreeBeST][sw-treebest]: the core engine behind TreeFam for tree building.
180180
Some components are described in [PI's thesis][pub-thesis].
181181
Maintained by Ensembl Compara.

0 commit comments

Comments
 (0)