logoalt Hacker News

p4ulyesterday at 5:56 PM4 repliesview on HN

This is interesting; thanks for sharing! I have been curious about the adoption of Rust in computational biology. I know that the folks at Saint Jude's [1] are also using Rust for their 'omics research.

[1] https://github.com/stjude-rust-labs


Replies

shpongledtoday at 12:00 AM

There is a relatively widely adopted tool (100+ citations, >500k invocations collected via telemetry) for mass spectrometry-based proteomics written in Rust, and quite a few others in the works.

[1] https://github.com/lazear/sage

croemeryesterday at 9:33 PM

We rewrote Nextclade in Rust and are very happy. Works nicely both for CLI and client side browser with wasm.

https://github.com/nextstrain/nextclade

the__alchemistyesterday at 8:18 PM

I'm building a structural bio crate system in rust (na_seq, bio_files, bio_apis, dynamics and some more specialized). No one is using it AFAIK other than myself. I am using it to build a GUI multi-purpose structural bio GUI program called Molchanica.

Note that this doesn't have much overlap with the traditional bioinformatics workflows like the OP (Rosland), or the one you linked to seem to be focused on.

clmcleodyesterday at 8:48 PM

Thanks for the shout out!

show 1 reply