I think their plan is that they still have orders of magnitude inference improvement in sight so they will be able to keep this kind of subscription in the future while the adoption war is happening right now and they know this is usually a winner takes all
08.03.2026 11:13
π 1
π 0
π¬ 0
π 0
RNA-seq analysis in seconds using GPUs https://www.biorxiv.org/content/10.64898/2026.03.04.709526v1
06.03.2026 19:48
π 7
π 4
π¬ 0
π 0
kallisto sped up RNA-seq quantification by 50x. Now another 50x speedup... quantify hundreds of millions of reads in a few seconds.
This seems too good to be true. But it's true!
Incredible accomplishment by @pmelsted.bsky.social.
06.03.2026 20:28
π 57
π 9
π¬ 0
π 0
Excited to share this preprint that describes my latest work on using GPUs to accelerate processing of RNA-seq data.
The title says it all: "RNA-seq analysis in seconds using GPUs" now on biorxiv www.biorxiv.org/content/10.6... and github github.com/pachterlab/k...
Figure 1 shows they key result
06.03.2026 19:32
π 179
π 85
π¬ 6
π 8
COMBINE lab
COMputational BIology and Network Evolution lab. COMBINE lab has 137 repositories available. Follow their code on GitHub.
Dear @anthropic.com, my lab builds a lot of OSS for genomics (github.com/COMBINE-lab). While we lack the widespread OSS market of popular NPM packages, pieces of our software are critical in biomedical research. Please consider extending your Claude Max offer to such labs!
06.03.2026 04:25
π 15
π 4
π¬ 0
π 0
Very interesting issue!
05.03.2026 17:42
π 3
π 1
π¬ 0
π 0
Contemplating migrating repos to Codeberg again, again facing the issue of CI infra. Is there any solution that offers even a fraction of what GitHub gives public repos *for free*? I can't afford this much cloud credit, nor a server (thanks Nvidia).
05.03.2026 10:44
π 2
π 1
π¬ 2
π 0
I may play around a bit more tonight, but this is a good checkpoint: github.com/COMBINE-lab/.... All features implemented, unit and integration tests, dedicated aarch64 & avx2 backends, a driver CLI! Still a bit slower than the C version, but we're closing the gap quick!
05.03.2026 04:50
π 8
π 2
π¬ 1
π 1
I still think that you hit a wall at some point because of the codebase size because of the limited context size(always the same issue)
04.03.2026 20:48
π 2
π 0
π¬ 3
π 0
Trying an experiment. I want to use WFA2-lib in Rust. But, I don't want bindings (I am so *over* having C or C++ deps in by build chain). So, I'm going to make a Rust native port with Claude Code. I started at 2:03PM. I'll provide an update (or an implementation) by the end of the day :).
04.03.2026 19:58
π 16
π 1
π¬ 0
π 2
Great to see this work out, led by Jon Rosen and co-supervised Karen Mohlke @klmohlke.bsky.social!
Connecting to some recent threads here:
04.03.2026 16:33
π 22
π 10
π¬ 1
π 0
This is so f**** up
04.03.2026 08:05
π 2
π 0
π¬ 1
π 0
After years of work, the centerpiece of my PhD is published in @natmethods.nature.com! Read it to learn about the biophysical insights we can get from single-cell data!
But first, I would like to talk a bit about RNA velocity and normalization. 1/
03.03.2026 22:30
π 38
π 15
π¬ 1
π 0
Dear @anthropic.com please consider extending your Claude Max subscriptions to open science software devs! Our repos may not have as many stars as those of some of our OSS peers, but we develop critical infrastructure in focused areas, and might even benefit more from what Claude Max offers!
04.03.2026 04:11
π 30
π 4
π¬ 1
π 0
MetaStrainer: Accurate reconstruction of bacterial strain genotypes from short-read metagenomic samples. https://www.biorxiv.org/content/10.64898/2026.03.02.709061v1
04.03.2026 05:47
π 3
π 1
π¬ 0
π 0
When someone says βScientists do not want you to knowβ you can dismiss everything from there on. Scientists want you to know. They are desperate that you know. They canβt shut up about what they found out and want you to know.
03.03.2026 12:10
π 9509
π 4133
π¬ 78
π 165
I am always amazed by webassembly applications!
Curious about how hard it is to get this from existing Rust code
03.03.2026 16:01
π 6
π 0
π¬ 1
π 0
GitHub - COMBINE-lab/ksw2rs: a native rust port of the KSW2 alignment procedure
a native rust port of the KSW2 alignment procedure - COMBINE-lab/ksw2rs
Point of comparison, Codex 5.3 did a nice initial conversion of ksw2 (just extz) to Rust, with reasonable eprf. It was unable to close the perf gap with C. It couldn't identify the key bottleneck. Claude Code (sonnet 4.6 even!), came in, thought for a bit, and nailed it. github.com/COMBINE-lab/...
01.03.2026 23:37
π 9
π 1
π¬ 1
π 0
Introducing kuva: A scientific plotting library in rust, along with cli binary with the option to plot directly into the terminal.
Feel free to drop me some feedback as an issue on the repo
github.com/Psy-Fer/kuva
crates.io/crates/kuva/...
01.03.2026 00:36
π 42
π 11
π¬ 2
π 1
Speedrunning Rust translation before the Butlerian Jihad?
28.02.2026 19:57
π 0
π 0
π¬ 0
π 0
The US is broadly a country that likes to invest in science. Even among Republicans this is true. But we are governed by an administration that is opposed to science, and is using procedural tools to limit spending and increase political control over the process.
27.02.2026 17:18
π 200
π 123
π¬ 6
π 3
piscem - bioconda | Anaconda.org
Install piscem with Anaconda.org. piscem is a next-generation compacted colored de Bruijn Graph-based indexer and mapper
The first fully Rust version of piscem! scRNA, scATAC, and bulk-RNA -> RAD files, accurately, in low memory, and FAST. And all in Rust :) anaconda.org/channels/bio...
28.02.2026 15:46
π 23
π 7
π¬ 3
π 0
Most programmers are taught that L1 is the βtop levelβ cache on x86.β¨
Itβs not quite true anymore!
β¨Intel calls it the Decoded Stream Buffer (DSB), AMD the OpCache.
Only enough room for ~4,000 micro-ops, but there are interesting ways to take advantage of it.
27.02.2026 19:42
π 150
π 18
π¬ 4
π 1
Release SeqKit v2.13.0 (10-year-old birthday version) Β· shenwei356/seqkit
Changelog
SeqKit is 10 years old!
SeqKit v2.13.0 - 2026-02-28
seqkit: add support for reading and writing LZ4 compression format.
new command: seqkit sample2: improved seqkit sample by @stahiga....
Can't wait to release a 10-year-old birthday version for SeqKit!
- 10 years
- 2 papers, 3500 citations
- 20 contributors
- 40 subcommands
- 880 commits
- 500 issues
- 685.5K Bioconda total downloads
Thank you all, dear contributors and users!
I'll keep maintaining it.
github.com/shenwei356/s...
27.02.2026 13:25
π 123
π 35
π¬ 6
π 1
Overview β AllTheBacteria documentation
Courtesy of @martibartfast.bsky.social , we have a new release of AllTheBacteria which adds another 322,920 assemblies, covering all ENA (illumina, isolate) prokaryotes to May 2025.
allthebacteria.readthedocs.io/en/latest/ov...
26.02.2026 15:48
π 60
π 28
π¬ 0
π 3
βThe purpose behind the release of herbicide on the villages remains unclear.β
Israel has been dumping herbicides throughout southern Lebanon as part of a concerted ecocide campaign to render the region uninhabitable. This has been going on for months with Lebanese journalists & environmentalists regularly reporting on it.
The BBC: we donβt know why the Israelis are doing it
22.02.2026 08:37
π 4145
π 2047
π¬ 6
π 89