Mike Schatz
@mikeschatz.bsky.social
4.7K followers 870 following 180 posts
Bloomberg Distinguished Professor at Johns Hopkins University. http://schatz-lab.org
Posts Media Videos Starter Packs
Pinned
mikeschatz.bsky.social
Today (June 1) marks the 20th anniversary of Galaxy! Thanks to all the developers, admins, researchers, trainers, educators, students and more that have made up this amazing community. Here is to the next 20 years! @galaxyproject.bsky.social @jxtxfoundation.bsky.social galaxyproject.org
Reposted by Mike Schatz
robp.bsky.social
Have you recently completed (or finishing soon) a PhD in CS or a related discipline? Do you want to do research advancing the theory & practice of algorithmic genomics & build tools that people love to use? I'll be looking to hire a postdoc! Official ad coming soon:
docs.google.com/document/d/1...
Postdoc Description.docx
Title: Postdoctoral Associate Summary statement: The postdoctoral research associate is responsible for developing novel computational methodology for high-throughput sequence genomics tasks, as well ...
docs.google.com
mikeschatz.bsky.social
Easy! We dont we change the USA to the metric system too while we are at it!
mikeschatz.bsky.social
zcat reads.fq | paste - - - - | awk '{print $2}'
mikeschatz.bsky.social
This is amazing
bedec.bsky.social
Zstandard's --long range mode works wonders for assemblies, but needs uninterrupted single line sequences.

*AllTheBacteria 661k, multiline fasta*
gzip (pigz): 751GB
zstandard --long: 641GB (30% original size)

*Single line fasta*
gzip (pigz): 700GB
zstandard --long: 232GB (10% original size)
Reposted by Mike Schatz
galaxyproject.bsky.social
after a long effort, gathering a lot of input from many people, we finaly put it all together:
Ten Common Misconceptions About Galaxy (and Why They Are Wrong!)
https://www.preprints.org/manuscript/202509.0823
Thank you very much to all people involved !
overview
mikeschatz.bsky.social
I dont think this is totally up to date, but I bet this still generally reflects the overall distribution in capacity: enseqlopedia.com/ngs-mapped/
NGS Mapped - Enseqlopedia
enseqlopedia.com
mikeschatz.bsky.social
My strong belief is there is much more sequencing going on in private companies (especially diagnostics) than academic work so just looking at SRA/ENA will substantially undercount
mikeschatz.bsky.social
This is a hard number to track. Illumina, PacBio, & ONT are publicly traded companies so you can get an estimate of instruments & reagents sold from their disclosures, but that doesnt mean they are actively being used by their customers at full capacity.
Reposted by Mike Schatz
brianumberger.bsky.social
Please repost!

We have an open rank, tenure-line faculty position in biomechanics in the School of Kinesiology at the University of Michigan Ann Arbor. At U-M we have great colleagues, exceptional resources, and biomechanics can be found all across the campus. #BiomechSky
Tenure-track Faculty Position in Biomechanics (Open Rank), University of Michigan, Ann Arbor, MI, USA - Biomch-L
The School of Kinesiology (http://kines.umich.edu) at the University of Michigan invites applications and nominations for a tenure-track faculty position at the level of Assistant Professor, Associate...
biomch-l.isbweb.org
mikeschatz.bsky.social
Scholarships available for Genome Informatics - just include a brief summary on your open science work plus your conference abstract. If you have already paid to register, we will work with CSHL to refund you the $$$. Apply today! jxtxfoundation.org/news/2025-6-... @jxtxfoundation.bsky.social
JXTX + CSHL 2025 Genome Informatics Scholarship
JXTX + CSHL 2025 Genome Informatics Scholarships
jxtxfoundation.org
Reposted by Mike Schatz
benlangmead.bsky.social
📢🚨📢🚨 Genome Informatics deadline extended to September 8! meetings.cshl.edu/meetings.asp....
Please spread the word. If you are like me and had at least one abstract that wasn't quite ready by last week's deadline, you get another swing. See you there!
Genome Informatics
Cold Spring Harbor Laboratory Meetings & Courses -- a private, non-profit institution with research programs in cancer, neuroscience, plant biology, genomics, bioinformatics.
meetings.cshl.edu
mikeschatz.bsky.social
Checking out the new JHU student center! Super impressive inside! @jhu.edu
Reposted by Mike Schatz
jhucompsci.bsky.social
Johns Hopkins researchers including @mikeschatz.bsky.social & @vikramshivakumar.bsky.social have developed Uncalled4, a new software toolkit that can detect epigenetic changes—chemical modifications to normal DNA and RNA that control which genes are turned off and on—with unprecedented accuracy.
Researchers build a smarter tool for reading genetic code
The Hopkins team’s new, open-source software dramatically improves scientists’ ability to detect genetic modifications that control gene activity.
www.cs.jhu.edu
Reposted by Mike Schatz
galaxyproject.bsky.social
🎉 Galaxy has passed 21,000 citations on Google Scholar!
A huge thank you to the global community of researchers who use and advance Galaxy for open, reproducible science.
mikeschatz.bsky.social
Amazing line up! So sad to miss it
mikeschatz.bsky.social
Individual academics probably don’t have enough clout to apply any real pressure although if we band together we maybe do. This could be a good topic for GA4GH or another society to address
mikeschatz.bsky.social
Another dimension to this is when code should be directly interacting with files vs leveraging an API. As datasets get increasingly large I see API based access becoming more popular, especially for data in the cloud
mikeschatz.bsky.social
And as much as I hate fastq, at least it doesnt have vendor lock in. As recently as yesterday I was fighting with cbcl files that could only be converted by bcl-convert (closed source/closed binary from Illumina)