Rust for Bioinformatics (@rust4bio) 's Twitter Profile
Rust for Bioinformatics

@rust4bio

The home of the awesome Rust for Bioinformatics community. We are disrupting the status quo! And we love #Bioinformatics and #rustlang 🦀🧬💻❤

ID: 1443144087113277440

calendar_today29-09-2021 09:22:38

368 Tweet

2,2K Followers

3 Following

Ben WoOdcroft (@wwood) 's Twitter Profile Photo

A new Rust for Bioinformatics approach also helps - conserved regions are already aligned to each other so distance calcs become a vector similarity search problem. github.com/wwood/smafa Big distance => novel species.

Vince Buffalo (@vsbuffalo) 's Twitter Profile Photo

Two bits of Rust software I've split off from another project so others can use them now: 1) genomap, which is a simple type for storing generic data indexed by a chromosome. Maintains smart chromosome ordering automatically (i.e. no more chr1, chr10). github.com/vsbuffalo/geno…

Vince Buffalo (@vsbuffalo) 's Twitter Profile Photo

2) recmap, which parses HapMap-formatted recombination maps, and interpolates the map at arbitrary positions. This is a library crate with optional command line tool. The CLI tool will interpolate recombination map positions and rates for a BED file github.com/vsbuffalo/recm…

𝕐 (@nomad421) 's Twitter Profile Photo

#RTD 21: Today is about `todo!` from the std lib doc.rust-lang.org/std/macro.todo…. todo! marks code paths you intend to implement, but haven't finished. In our example, it works with types to allow our code to compile (infers the proper type for the else branch)! play.rust-lang.org/?version=stabl…

#RTD 21: Today is about `todo!` from the std lib doc.rust-lang.org/std/macro.todo…. todo! marks code paths you intend to implement, but haven't finished. In our example, it works with types to allow our code to compile (infers the proper type for the else branch)! play.rust-lang.org/?version=stabl…
Rust for Bioinformatics (@rust4bio) 's Twitter Profile Photo

"We introduce Floria, a novel method designed for rapid and accurate recovery of strain haplotypes from short and long-read... based on minimum error correction read clustering , and a strain-preserving network flow model." #Bioinformatics #rustlang github.com/bluenote-1577/…

Anicet Ebou 🇨🇮 (@anicetebou) 's Twitter Profile Photo

I've released a new version of xgt (v0.3) which introduces the -k/--insecure option to disable peer SSL verification. This option should only be used when the GTDB's API has an SSL certificate. Enjoy! Share! #rustlang #bioinformatics github.com/Ebedthan/xgt

Rust for Bioinformatics (@rust4bio) 's Twitter Profile Photo

Do not miss fairy, the new tool by Jim Shaw and Yun William Yu. Significant speed improvements in sight for metagenomic binning! github.com/bluenote-1577/… #rustlang #bioinformatics

𝕐 (@nomad421) 's Twitter Profile Photo

If you've joined our #rustseq GitHub organization, please check out the issues on the "planning-and-discussions" repo for a link to join our Zulip channel! If you're interested in joining the #rustseq organization but aren't a part of it yet, please reach out!

Javier Santoyo (@jsantoyo) 's Twitter Profile Photo

Bigtools: a high-performance BigWig and BigBed library in rust. #BigWig #BigBed #SequenceData #Rust #Bioinformatics academic.oup.com/bioinformatics…

Igor Martayan 🦋 (@igormartayan) 's Twitter Profile Photo

For my fellow rustaceans in bioinformatics, I made a new crate to iterate over minimizers in a sequence. It supports custom hashers and bit encoding, and integrates the mod-minimizers introduced by Giulio Ermanno Pibiri and Ragnar {Groot Koerkamp} 🦋! crates.io/crates/minimiz…

For my fellow rustaceans in bioinformatics, I made a new crate to iterate over minimizers in a sequence. It supports custom hashers and bit encoding, and integrates the mod-minimizers introduced by <a href="/giulio_pibiri/">Giulio Ermanno Pibiri</a> and <a href="/curious_coding/">Ragnar {Groot Koerkamp} 🦋</a>!
crates.io/crates/minimiz…
Rust for Bioinformatics (@rust4bio) 's Twitter Profile Photo

diced: a Rust reimplementation of the MinCED method for identifying CRISPRs in full or assembled genomes by Martin Larralde. #bioinformatics #Rust github.com/althonos/diced

𝕐 (@nomad421) 's Twitter Profile Photo

Ok #rustlang folks; question! When you publish a crate, cargo visits each dual dependency (deps where you provide both a version and a GitHub url), and “cleans” them to just include the dependency on the crates.io crate. Is there a way to get this without building?

Zed (@zeddotdev) 's Twitter Profile Photo

Linux when? Linux now. 🎉🐧 For the last 6 months, our team and our open source community have been working hard to bring Zed to Linux. As of today, we've released our first, official, stable build of Zed on Linux! zed.dev/linux

Linux when? Linux now. 🎉🐧

For the last 6 months, our team and our open source community have been working hard to bring Zed to Linux.

As of today, we've released our first, official, stable build of Zed on Linux!

zed.dev/linux
Rust for Bioinformatics (@rust4bio) 's Twitter Profile Photo

kmer based feature extraction tool for bioinformatics, metagenomics, AI/ML, and more with kmertools. github.com/anuradhawick/k… #rustlang #bioinformatics