Davide CIttaro

@daweonline.bsky.social

Coordinator of λ-lab @ Center for Omics Sciences, Milan | Assistant professor of bioinformatics @unisr.bsky.social

So it seems from my discussions with others in the field, that @anthropic.com's #Fable5 is ENTIRELY AND COMPLETELY unusable for any bioinformatics or computational biology. It rejects every prompt, not matter how benign or innocuous. It may as well not exist for our field ☹️.

H

Minibwa is a hybrid of bwa-mem and minimap2 and the successor of bwa-mem for short-read mapping. ~4X/2.5X as fast as bwa-mem/bwa-mem2 for WGS reads at comparable accuracy. Native support of directional bisulfite-seq. Applicable to long reads. Preprint at arxiv.org/abs/2606.15357

Bild

One of the good things about the AI co-scientist brouhaha is that it makes us discuss what science *is*, and how to measure its value, impact, quality. — Questions that have been there all along, but many preferred to gloss over.

'Despite (...) attempts to limit the emphasis of the ‘publish-or-perish’ mindset, it will take time for the culture to change. As such, journal publishers still yield a lot of power – & they make a lot of money from that power. Some of the big publishing houses have profit margins approaching 40%'

Why we won’t be funding open access publishing any more - Cancer Research UK - Cancer News

The open access movement was bold and promising, but ultimately disappointing. Now is the time to stop and call for a new way to make publishing work…

news.cancerresearchuk.org

A bit frustrating when a PI presents data and results but doesn’t go into details because “I’m not a bioinformatician”. You may not be able to do the same calculations, but I expect you to be able to understand and present data.

Every time I need to test an R package I spend hours compiling, resolving dependencies, fix inconsistencies. I used to work with FreeBSD and Gentoo Linux, I swear I never spent so much time in compiling and complaining like with R

I wanted to share today’s experience with AI writing code for me. Interesting (ish). I had to process some large fastq files to count specific sequences (barcode/guide, CRISPR library), I had a Python script that works but is slow (~200 items/s). [1/n]