← All posts · Michael Baffour Awuah

Prep station · runs in your browser

Sequence prep,
done in the kitchen.

Five small tools for the messy first mile of sequence analysis — dedup, QC, comparison, ORF finding, and HMM-ready protein cleanup. You drop in files, it does the fiddly prep, nothing ever leaves your machine.

Runs entirely client-side Nothing uploaded No install, no account
5tools in one local-first suite
0bytes uploaded to any server
6reading frames scanned by ORFScout
4+export formats: TSV, JSON, CSV, FASTA
From the kitchen

Why I built a kitchen for sequences

We all have to sit and stare down sequences sometimes. A FASTA someone renamed three times. A FASTQ with suspicious quality tails. A handful of duplicate records that may or may not matter. A folder of isolates that need comparing before anyone can make a confident next move. None of it is hard. All of it is fiddly. And it was quietly eating my days.

I'm a phage biologist, so my real work is isolating phages, assembling genomes, and figuring out what's actually encoded in them. But every one of those days seemed to start with the same chores: dedup this, QC that, find the ORFs, compare these two, clean up a protein family before it goes into an alignment. The tools to do all that already exist and they're excellent — but they lived on my machine as a pile of one-off scripts and half-remembered command-line incantations, each with its own flags, its own output format, and its own opinion about what my input should look like.

Smart people should be working on hard problems that change the world — not the monotonous stuff that makes you want to pull your hair out.

That's the whole idea behind Genomics Kitchen. I wanted a place that quietly does the heavy lifting of prep so the scientist can spend their actual brain on the actual science. Open a page, drop in your files, get clean and reproducible results, close the tab. The five tools map exactly onto the chores I kept repeating: SeqSieve for dedup with full provenance, ReadLens for QC, SeqCompare for pulling apart core and accessory sets, ORFScout for honest six-frame ORF finding, and HMMForge to prep a protein family and hand me the exact MAFFT and HMMER commands to run next.

There was a quieter reason too. A lot of what I work with is unpublished, and uploading a sequence set to some random web tool just to get a quick quality plot is exactly the kind of thing you're not supposed to do — yet the convenient tools are so often the ones that phone home. So everything here is parsed in your browser and stays on your machine. Convenience without the exposure. That constraint isn't a limitation; it's the entire point.

I'll be honest about how it got built: I'm a scientist who's gotten good at building the tools I need with AI as a partner, not a career software engineer, and I'm not going to pretend otherwise. The ideas, the scientific framing, and the stubbornness about honest labels — exact matching called exact matching, ORF prediction never dressed up as annotation — those are mine. The implementation went a lot faster with help. Building it also forced me to understand the problem more deeply than using tools ever did: you can't hand-wave what "core" versus "accessory" means when the code actually has to produce the number.

Genomics Kitchen isn't finished, and it has gaps I know about and probably some I don't. But it runs, it's honest about what it does, and it's already made my own prep a lot less painful. For me, that's the right bar for whether a thing was worth building. If it saves you an afternoon of hair-pulling too, even better.

Now go do the science. — Michael

The method · getting started

Six steps, no install, nothing to clean up

Open the app, pick a tool, drop in your files, export what you need. Everything happens in the tab — your sequences never leave it.

1

Open in your browser

Go to the live app — no download, no account, no sign-up. It runs entirely client-side, so your data stays put from the first click.

2

Pick a tool

SeqSieve to dedup, ReadLens for QC, SeqCompare for multi-file comparison, ORFScout for ORFs, HMMForge for protein-family prep. Each has its own focused panel.

3

Drop in your files

Load FASTA, multi-FASTA, or FASTQ four-line records — nucleotide or protein. It warns above 50 MB and strongly warns above 250 MB.

4

Review the results

Read the counts, tables, and colorblind-safe plots. Duplicate groups, parser warnings, ORF coordinates, and comparison keys are all shown — nothing important is hidden.

5

Export what you need

Grab per-table CSVs, TSV tables, reproducibility JSON, SVG/PNG figures, and methods language. Filenames follow genomics-kitchen_TOOL_INPUT_YYYYMMDD_HHMM.ext.

6

Verify with the Validation page

Run the built-in parser, translation, ORF-coordinate, dedup, QC, comparison, and export checks to confirm it behaves as documented before you rely on it.

Order's up

Let the kitchen handle the prep.

Free, open-source, and it runs entirely in your browser. Nothing to install, nothing uploaded — just clean sequences and more time for the science.