rust4bio Profile Banner
Rust for Bioinformatics Profile
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
Don't wanna be here? Send us removal request.
@rust4bio
Rust for Bioinformatics
1 year
kmer based feature extraction tool for bioinformatics, metagenomics, AI/ML, and more with kmertools. https://t.co/9ybFm9YmZz #rustlang #bioinformatics
Tweet card summary image
github.com
kmer based feature extraction tool for bioinformatics, metagenomics, AI/ML and more - anuradhawick/kmertools
0
8
28
@zeddotdev
Zed
1 year
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
@nomad421
๐•
1 year
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
@rust4bio
Rust for Bioinformatics
1 year
diced: a Rust reimplementation of the MinCED method for identifying CRISPRs in full or assembled genomes by @althonos. #bioinformatics #Rust https://t.co/JTWiMd7Imt
Tweet card summary image
github.com
A Rust reimplementation of the MinCED method for identifying CRISPRs in full or assembled genomes. - althonos/diced
0
4
18
@IgorMartayan
Igor Martayan ๐Ÿฆ‹
1 year
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
@nomad421
๐•
1 year
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!
18
3
21
@rust4bio
Rust for Bioinformatics
2 years
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
Tweet card summary image
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
@jim_elevator
Jim Shaw
2 years
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
@anicetebou
Anicet Ebou ๐Ÿ‡จ๐Ÿ‡ฎ
2 years
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
Tweet card summary image
github.com
Efficient and fast querying and parsing of GTDB's data - Ebedthan/xgt
0
3
9
@rust4bio
Rust for Bioinformatics
2 years
Please reach out if you are interested! Thanks @nomad421!
@nomad421
๐•
2 years
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
@naivebayesian
Naรฏve Bayesian
2 years
@shuttle_dev @Lisa_Crossman One of the early adopters in the sciences, or at least earliest experimenters. Also @rust4bio exists.
0
1
4
@nomad421
๐•
2 years
#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
@vsbuffalo
Vince Buffalo
2 years
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
Tweet card summary image
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
@vsbuffalo
Vince Buffalo
2 years
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).
Tweet card summary image
github.com
A Rust library for storing generic genomic data by sorted chromosome name - vsbuffalo/genomap
1
9
47
@rust4bio
Rust for Bioinformatics
2 years
"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
Tweet card summary image
github.com
Strain-level haplotyping for metagenomes with short or long-reads. - bluenote-1577/floria
0
3
11
@rust4bio
Rust for Bioinformatics
2 years
0
0
1
@rust4bio
Rust for Bioinformatics
2 years
"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
Tweet card summary image
github.com
A Rust library providing fully dynamic sets of k-mers with high locality - imartayan/CBL
1
4
14
@rust4bio
Rust for Bioinformatics
2 years
"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
Tweet card summary image
github.com
Biological sequence aligner for pre-aligned sequences - wwood/smafa
1
0
6
@wwood
Ben WoOdcroft
2 years
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.
Tweet card summary image
github.com
Biological sequence aligner for pre-aligned sequences - wwood/smafa
1
2
6