A bioinformatics plugin for nushell. The aim initially is to create a bunch of parsers for all of the common bioinformatics file formats and take it from there!
Go and get nushell, it's great. I'm assuming you have the rust toolchain installed. Then come back!
```bash
git clone https://github.com/Euphrasiologist/nupluginbio
cargo build --release
register nupluginbio/target/release/nupluginbio
open ./tests/test.fasta ```