π Les #soumissions pour @jobim2026.bsky.social sont ouvertes jusqu'au 15/03/26.
π Soumission de travaux originaux, articles longs (+ PCI), activitΓ©s de plateformes et de service, posters et dΓ©monstrations
π Plus dβinfos sur : jobim2026.sfbi.fr
#JOBIM2026 #bioinfo #Strasbourg
02.02.2026 10:17
π 3
π 2
π¬ 0
π 1
GitHub - ebiggers/libdeflate: Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
Heavily optimized library for DEFLATE/zlib/gzip compression and decompression - ebiggers/libdeflate
ποΈβ‘ If you use gzip/gunzip a lot in your pipelines, switch to the faster"libdeflate" versions instead! They use modern CPU capabilities to achieve a 2-3x speedup.
libdeflate is in conda, and "libdeflate-gzip" and "libdeflate-gunzip" are drop-in replacements. #unix
github.com/ebiggers/lib...
20.01.2026 01:37
π 71
π 23
π¬ 1
π 0
"..based on a common wavefront design that can be adapted to support a variety of dynamic programming algorithms: local, global, and semi-global alignment of genomic and protein sequences with a variety of commonly used scoring schemes" from
@martinsteinegger.bsky.social andco
20.12.2025 11:05
π 14
π 6
π¬ 0
π 0
Inverted colored de Bruijn Graph for practical kmer sets storage https://www.biorxiv.org/content/10.64898/2025.12.08.692073v1
11.12.2025 00:46
π 8
π 2
π¬ 0
π 1
DSB 2026 Venice - February 18-19
Workshop Data Structures in Bioinformatics
The 12th edition of the 2-days workshop βData Structures in Bioinformaticsβ (DSB) will take place in Venice (Italy) on February 18-19th, 2026: dsb-meeting.github.io/DSB2026/
10.12.2025 14:29
π 10
π 9
π¬ 1
π 1
1/9 Just out:
k-mer indexes are the backbone of fast search in genomic data, but many degrade under small k, subsampling, or high diversity.
With OndΕej SladkΓ½ and @pavelvesely.bsky.social we asked: can we build one that works efficiently for any k-mer set?
05.12.2025 17:42
π 27
π 13
π¬ 1
π 1
Sorry for the first figure, got a problem of background, here it is:
04.12.2025 14:07
π 0
π 0
π¬ 0
π 0
GitHub - RolandFaure/SNooPy: metagenomic SNP caller
metagenomic SNP caller. Contribute to RolandFaure/SNooPy development by creating an account on GitHub.
Coming up with a name was pretty hard, we had a lot of good candidates. We settled on SNooPy, which is a reference to SNPs and to the fact that the tool is 100% python. We thought about metaSNooPy but this went too far π
. The github: github.com/RolandFaure/SNooPy
04.12.2025 13:18
π 1
π 0
π¬ 2
π 0
Tests show that:
1/ SNooPy has the best recall in our tests
2/ Using genomic long-read SNP callers does not (always) work well: most tools have very low recall, but DeepVariant perform much better than other tested methods
3/ The recall of all tools is still far from 100%
04.12.2025 13:18
π 0
π 0
π¬ 1
π 0
We propose a new statistical framework. The idea to distinguish artefacts from SNPs is to look at several loci simultaneously: artefacts will occur on random reads, while SNPs will occur systematically on the reads that come from the same strain.
04.12.2025 13:18
π 2
π 0
π¬ 1
π 0
Existing long-read SNP callers (DeepVariant, longshot...) have been developed for diploid genomes. Deep-learning methods are trained on [human] genomic data. Statistical methods contain assumption that do not hold for metagenomics.
04.12.2025 13:18
π 2
π 0
π¬ 1
π 0
Preprint out! Check out our new long-read metagenomic SNP-caller, SNooPy π. Work with Chris Quince. Thread π§΅
π www.biorxiv.org/content/10.6...
04.12.2025 13:18
π 13
π 8
π¬ 1
π 0
Preprint Alert!
We present new strategies to accelerate large-scale document comparison using MinHash-like sketches.
A thread:
01.12.2025 14:57
π 12
π 8
π¬ 1
π 0
π§΅6/ 6
Since MSRs sketches are sequence, they are super easy to use. I think they could be useful for many other problems, e.g. SNP calling, pangenome graphs, indexing, etc.
03.10.2025 14:51
π 1
π 0
π¬ 0
π 0
π§΅5/6
The sketching makes assembly extremely fast: a gut metagenome sample of 138Gbp of sequencing data was assembled in less that 2h and 10G RAM on 8 threads β‘. And thanks to MSRs, *highly similar strains are not collapsed*
03.10.2025 14:51
π 1
π 1
π¬ 1
π 0
π§΅4/6
Two key properties that make MSRs sketches really cool:
π They are alignable sequences: you can just feed them in existing assembler
π MSR sketches can *keep all the SNPs*, i.e. two highly similar sequences are (almost) always reduced to different sketches -> useful to separate similar strains
03.10.2025 14:51
π 2
π 0
π¬ 1
π 0
π§΅3/ 6
MSRs have been defined by @lblassel.bsky.social @rayanchikhi.bsky.social and @pashadag.bsky.social in pmc.ncbi.nlm.nih.gov/articles/PMC....
Take a sequence, a value of k, and stream all k-mers through a function that output either a base or the empty character, and you got your sketch
03.10.2025 14:51
π 1
π 0
π¬ 1
π 0
π§΅2/6
Conceptually, the assembler is on the same lines as metaMDBG:
1. sketching reads
2. assembly procedure on the sketches
3. reversing to base-space to obtain the final assembly
The main difference is the sketching scheme: we introduce *Mapping-friendly Sequence Reductions (MSR) sketching*
03.10.2025 14:51
π 1
π 0
π¬ 1
π 0
ππ©βπ¬ For 15+ years biology has accumulated petabytes (million gigabytes) ofπ§¬DNA sequencing data𧬠from the far reaches of our planet.π¦ ππ΅
Logan now democratizes efficient access to the worldβs most comprehensive genetics dataset. Free and open.
doi.org/10.1101/2024...
03.09.2025 08:39
π 218
π 118
π¬ 3
π 16
Preprint out for myloasm, our new nanopore / HiFi metagenome assembler!
Nanopore's getting accurate, but
1. Can this lead to better metagenome assemblies?
2. How, algorithmically, to leverage them?
with co-author Max Marin @mgmarin.bsky.social, supervised by Heng Li @lh3lh3.bsky.social
1 / N
07.09.2025 23:34
π 114
π 80
π¬ 5
π 5
Congrats! Nice results π
16.05.2025 14:08
π 0
π 0
π¬ 1
π 0
I am happy to share our new preprint introducing MADRe - a pipeline for Metagenomic Assembly-Driven Database Reduction, enabling accurate and computationally efficient strain-level metagenomic classification.
πhttps://www.biorxiv.org/content/10.1101/2025.05.12.653324v1
1/9
16.05.2025 08:36
π 15
π 8
π¬ 2
π 0
Starting #RECOMBseq with @rayanchikhi.bsky.social 's keynote. Here stressing our responsibility as scientists to enable access to a common good: genomic data
24.04.2025 00:42
π 30
π 10
π¬ 1
π 1
Side note: you could, speaking purely theoretically, also fit every microbe onto an SD card, which is within the weight limit for a carrier pigeon. For some distances, it would be faster than the internet for transmitting sequence libraries
7/
09.04.2025 21:10
π 45
π 11
π¬ 4
π 2
So glad this is finally out. The method has been instrumental in allowing us to compress the AllTheBacteria data - ~2 million bacterial genomes shrink from 3Terabytes (gzipped) to 100Gb using phylogenetic compression. Great work by @brinda.eu
09.04.2025 22:27
π 126
π 51
π¬ 4
π 1
GitHub - rrwick/condaenvlist: a simple tool for listing conda environments with descriptions
a simple tool for listing conda environments with descriptions - rrwick/condaenvlist
Do you (like me) create a bunch of conda environments, then later forget what they're for, when they were last updated, or which tools are in them?
If so, you might this little project: github.com/rrwick/conda...
27.03.2025 04:34
π 78
π 40
π¬ 1
π 1
So glad to have participated in #DSB2025, what a great workshop! For some mysterious reason it was the first time I attended after 3 years of sequence research. Thanks to all participants & organizers π
07.03.2025 19:41
π 2
π 0
π¬ 1
π 0
Ragnar's made some incredible optimizations on the computation of minimizers, can't wait to see how these improvements will benefit bioinfo tools!
13.12.2024 15:50
π 4
π 2
π¬ 0
π 0
Really cool work!
13.12.2024 14:42
π 1
π 0
π¬ 0
π 0