Skip to content

Commit dd50852

Browse files
committed
added serde flags to allow json format
2 parents f2b9a81 + 1308ba8 commit dd50852

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<img src="assets/MICROBIO B.svg#gh-light-mode-only" alt="microBioRust logo light mode" width="200">
22
<img src="assets/BIO W.png#gh-dark-mode-only" alt="microBioRust logo dark mode" width="200">
33

4-
[![Docs](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://lcrossman.github.io/microBioRust-docs/)
4+
[![Docs](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://lcrossman.github.io/microBioRust-docs)
55

6-
![Crates.io Version](https://img.shields.io/crates/v/microBioRust?style=flat&link=https%3A%2F%2Fcrates.io%2Fcrates%2FmicroBioRust)
6+
[![Crates.io Version](https://img.shields.io/crates/v/microBioRust?style=flat)](https://crates.io/crates/microBioRust)
77

8+
See the microbiorust-py benchmarks with airspeed velocity:
9+
[![Benchmarks](https://img.shields.io/badge/benchmarks-passing-brightgreen)](https://lcrossman.github.io/microBioRust/)
810

911
## A Rust bioinformatics crate aimed at Microbial genomics<br>
1012

1113
The aim of this crate is to provide Microbiology friendly Rust functions for bioinformatics.<br>
1214

13-
> Very much under construction!<br>
14-
1515
Some concepts with many thanks to Rust-bio<br>
1616
Please see the Roadmap for futher details [here](ROADMAP.md)
1717

@@ -25,9 +25,9 @@ Questions and comments - please join the Discord server :) [here](https://discor
2525

2626
Currently there is functionality for:<br>
2727
````
28-
1. A Genbank to GFF parser
28+
1. A Genbank parser and conversions to GFF, protein fasta (faa), DNA sequence (.fna), Gene sequence (.ffn) parser, JSON
2929
30-
2. An Embl to GFF and GBK parser
30+
2. An Embl parser and conversions to GFF or GBK , .faa, .fna, .ffn, JSON
3131
3232
3. Parsing of multiple sequence alignments
3333

0 commit comments

Comments
 (0)