Skip to content

Commit d5792f2

Browse files
authored
Merge pull request #31 from microBioRust/main
incorporating changes in github organisation
2 parents f687486 + 25e2eea commit d5792f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+10274
-6684
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<img src="docs/assets/MICROBIO B.svg" width=200em alt="logo" />
1+
<img src="assets/MICROBIO B.svg#gh-light-mode-only" alt="microBioRust logo light mode" width="200">
2+
<img src="assets/BIO W.png#gh-dark-mode-only" alt="microBioRust logo dark mode" width="200">
23

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

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

78

8-
9-
109
## A Rust bioinformatics crate aimed at Microbial genomics<br>
1110

1211
The aim of this crate is to provide Microbiology friendly Rust functions for bioinformatics.<br>
@@ -16,6 +15,8 @@ The aim of this crate is to provide Microbiology friendly Rust functions for bio
1615
Some concepts with many thanks to Rust-bio<br>
1716
Please see the Roadmap for futher details [here](ROADMAP.md)
1817

18+
Check out the [docs here](https://microBioRust.github.io/microBioRust)
19+
1920
To install Rust - please see here [Rust install](https://www.rust-lang.org/tools/install) or with Conda<br>
2021
If you would like to contribute please follow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct)
2122

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Integration of common types and parsers such as:
1616
- [ ] fastq gzipped version parsing
1717
- [ ] SAM format parser
1818
- [ ] RPKM output parser
19+
- [ ] Further RNA-seq transcriptomics analysis
1920
- [ ] Support for other compressed files such as BAM and CRAM
2021
- [ ] Writer support for those types
2122

assets/BIO W.png

54.8 KB
Loading

docs/assets/attributes_diagram.png

-548 KB
Binary file not shown.

docs/assets/pc_specs.png

-157 KB
Binary file not shown.

docs/assets/records_diagram.pdf

-25.4 KB
Binary file not shown.

docs/assets/records_diagram.png

-25.6 KB
Binary file not shown.

docs/assets/system_model.png

-55.8 KB
Binary file not shown.

docs/assets/window_code.png

-165 KB
Binary file not shown.

0 commit comments

Comments
 (0)