Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachcp/bioinformaticstoolkit
Build and deploy cross platform bioinformatic utilities with Rust.
https://github.com/zachcp/bioinformaticstoolkit
quarto tauri
Last synced: about 1 month ago
JSON representation
Build and deploy cross platform bioinformatic utilities with Rust.
- Host: GitHub
- URL: https://github.com/zachcp/bioinformaticstoolkit
- Owner: zachcp
- License: gpl-2.0
- Created: 2023-08-28T21:57:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:35:45.000Z (2 months ago)
- Last Synced: 2024-10-17T07:35:02.771Z (2 months ago)
- Topics: quarto, tauri
- Language: Rust
- Homepage: https://github.com/zachcp/bioinformaticstoolkit
- Size: 7.7 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Bioinformatics Toolkit
RUST-backed utilities for bioinformatic data processing. Rust on the backend with JS on the front.
![](src-tauri/icons/Square142x142Logo.png)
## Develop
```sh
# assuming quarto and cargo are installed and on your path.
git clone https://github.com/zachcp/bioinformaticstoolkit.gitcd bioinformaticstoolkit
# install the tauri cli
cargo install tauri-cli# add cargo bind dir to the path
export PATH=$PATH:~/.cargo/bin/# to develop
npm run tauri dev# to package. this build is ~8MB.
npm run tauri build# to test
cd src-tauri && cargo test
# or verbose
cd src-tauri && cargo test -- --nocapture```
### Screenshots
![](images/intro.png)
![](images/guide.png)
![](images/rna.png)
![](images/fasta_histogram)
![](images/translation.png)