Rust for Bioinformatics
@rust4bio
Followers
3K
Following
295
Media
9
Statuses
365
The home of the awesome Rust for Bioinformatics community. We are disrupting the status quo! And we love #Bioinformatics and #rustlang ๐ฆ๐งฌ๐ปโค
Everywhere
Joined September 2021
kmer based feature extraction tool for bioinformatics, metagenomics, AI/ML, and more with kmertools. https://t.co/9ybFm9YmZz
#rustlang #bioinformatics
github.com
kmer based feature extraction tool for bioinformatics, metagenomics, AI/ML and more - anuradhawick/kmertools
0
8
28
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! https://t.co/WbptRrpkQw
245
837
6K
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 https://t.co/mxJhWymvNk crate. Is there a way to get this without building?
1
1
3
diced: a Rust reimplementation of the MinCED method for identifying CRISPRs in full or assembled genomes by @althonos. #bioinformatics #Rust
https://t.co/JTWiMd7Imt
github.com
A Rust reimplementation of the MinCED method for identifying CRISPRs in full or assembled genomes. - althonos/diced
0
4
18
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_pibiri and @curious_coding! https://t.co/N9VVjbmzcP
4
11
43
Bigtools: a high-performance BigWig and BigBed library in rust. #BigWig #BigBed #SequenceData #Rust #Bioinformatics
https://t.co/5pvlgAQKqx
academic.oup.com
AbstractMotivation. The BigWig and BigBed file formats were originally designed for the visualization of next-generation sequencing data through a genome b
1
15
49
Do not miss fairy, the new tool by @jim_elevator and @YunWilliamYu. Significant speed improvements in sight for metagenomic binning! https://t.co/qSnBj4Dtsf
#rustlang #bioinformatics
github.com
alignment-free coverage calculation for metagenomic binning >100 times faster - GitHub - bluenote-1577/fairy: alignment-free coverage calculation for metagenomic binning >100 times faster
We (me and @YunWilliamYu) built a fast coverage calculator for *multi-sample metagenomic binning* called fairy. Available on github ( https://t.co/JN4a0bHwVH) and as a short paper on bioRxiv: https://t.co/PrGLy8LOlT 1/5
0
0
6
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
https://t.co/S5KKh1hQpP
github.com
Efficient and fast querying and parsing of GTDB's data - Ebedthan/xgt
0
3
9
Please reach out if you are interested! Thanks @nomad421!
We had a great meeting & and are moving forward with a GitHub org. for planning & developing foundational building blocks for sequence analysis & related tasks in @rustlang. The org. "rust-seq" can be found here https://t.co/kZnN88se7f. Reach out if you're interested in joining!
3
4
17
@shuttle_dev @Lisa_Crossman One of the early adopters in the sciences, or at least earliest experimenters. Also @rust4bio exists.
0
1
4
#RTD 21: Today is about `todo!` from the std lib https://t.co/0Gx3S1vcyY. 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)! https://t.co/X98acS2v8o
1
1
3
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 https://t.co/tZhrdrKpSz
github.com
A command line tool and Rust library for working with recombination maps. - GitHub - vsbuffalo/recmap: A command line tool and Rust library for working with recombination maps.
1
7
11
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
A Rust library for storing generic genomic data by sorted chromosome name - vsbuffalo/genomap
1
9
47
"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
https://t.co/AmUgBulwx5
github.com
Strain-level haplotyping for metagenomes with short or long-reads. - bluenote-1577/floria
0
3
11
"We propose a dynamic bit vector structure that draws a parallel with Elias-Fano's scheme. This structure is encapsulated in a Rust library, demonstrating a balanced blend of construction efficiency, cache locality, and compression" ๐๐๐ #Bioinformatics
https://t.co/28ncd5kuaQ
github.com
A Rust library providing fully dynamic sets of k-mers with high locality - imartayan/CBL
1
4
14
"SingleM accurately profiles complex communities of known microbial species, and is the only tool that detects species without genomic representation, even those representing novel phyla." ๐๐๐ #Bioinformatics #rustlang
https://t.co/2bIKxslUCf
github.com
Biological sequence aligner for pre-aligned sequences - wwood/smafa
1
0
6
A new @rust4bio approach also helps - conserved regions are already aligned to each other so distance calcs become a vector similarity search problem. https://t.co/uUHktJJSey Big distance => novel species.
github.com
Biological sequence aligner for pre-aligned sequences - wwood/smafa
1
2
6