File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
# ABIF Parser for Nim
4
4
5
5
[ ![ ABIF Tests] ( https://github.com/quadram-institute-bioscience/nim-abif/actions/workflows/test.yaml/badge.svg )] ( https://github.com/quadram-institute-bioscience/nim-abif/actions/workflows/test.yaml )
6
+ ![ Conda Version] ( https://img.shields.io/conda/v/bioconda/nim-abif )
7
+ ![ Conda Platform] ( https://img.shields.io/conda/p/bioconda/nim-abif )
8
+
6
9
7
10
A Nim library to parse [ ABIF] ( chromatograms.md ) (Applied Biosystems Information Format)
8
11
files from DNA sequencing machines, commonly used in Sanger capillary sequencing.
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ <h1 class="title">ABIF Parser for Nim</h1>
86
86
<!-- Github action -->
87
87
< a href ="https://github.com/quadram-institute-bioscience/nim-abif/actions/workflows/test.yaml ">
88
88
< img src ="https://github.com/quadram-institute-bioscience/nim-abif/actions/workflows/test.yaml/badge.svg " alt ="CI status ">
89
+ < img alt ="Conda Version " src ="https://img.shields.io/conda/v/bioconda/nim-abif ">
90
+ < img alt ="Conda Platform " src ="https://img.shields.io/conda/p/bioconda/nim-abif ">
91
+
89
92
</ a >
90
93
</ p >
91
94
< div class ="project-section ">
You can’t perform that action at this time.
0 commit comments