Field Genomics
Field Genomics x Portable Sequencing — sovereign NCBI-to-Anderson pipeline for real-time environmental DNA. wetSpring.
Date: March 1, 2026 Status: Architecture defined — all computational components validated independently. NPU live on AKD1000 hardware. 16S pipeline operational. ESN classifiers validated. 260 experiments, 6,656+ checks. NUCLEUS deployed with all 6 primals. Genomic Vault consent-gated storage model defined. Awaiting sequencer hardware (MinION Mk1D/Mk1C) for end-to-end integration. Domain: Environmental genomics, field sequencing, edge inference, adaptive sampling Novelty: First architecture combining nanopore sequencing with neuromorphic (AKD1000) edge classification via a self-hosted Rust bioinformatics pipeline. NPU-driven adaptive sampling for real-time read selection. No cloud dependency, no vendor SDK, no Python runtime. Cross-Spring: wetSpring (16S, NPU, Anderson QS) × airSpring (soil sensors, water balance) × neuralSpring (reservoir computing, spectral analysis) × hotSpring (akida-driver, GPU Lanczos) × groundSpring (uncertainty, rare biosphere, sensor noise)
Abstract
Current field-deployed nanopore sequencing (Oxford Nanopore MinION) relies on Python-based basecalling (Guppy/Dorado), cloud-connected analysis pipelines (QIIME2, EPI2ME), and laptop-class compute. We propose an autonomous field genomics architecture that replaces every component with sovereign Rust equivalents and adds neuromorphic edge classification:
- BarraCuda processes raw nanopore signal through a validated 16S pipeline (DADA2, chimera, taxonomy — 5,743+ checks across 229 experiments)
- AKD1000 NPU classifies community profiles in real time (18.8K Hz, <10 mW, coin-cell battery life) using ESN reservoir computing
- NPU-driven adaptive sampling feeds accept/reject decisions back to the sequencer, enriching for target organisms without wet-lab preparation
- metalForge routes workloads across sequencer → GPU → NPU → sequencer in a closed feedback loop
The result: a field station that sequences environmental DNA, classifies community state, and acts (alert, adapt sampling, log) without human intervention or network connectivity.
1. The Problem with Current Field Sequencing
Oxford Nanopore’s MinION has proven field-deployable for environmental monitoring:
- Lake Erie HABs: HABSSED pipeline detects Microcystis blooms from eDNA (Patin et al. 2022)
- On-site HAB detection: RosHAB provides taxonomic ID in hours (Pérez-Cataluña et al. 2023)
- Soil microbiome: Sterile sentinels + MinION differentiate crop rotations (Steele et al. 2024)
- Airborne eDNA: Shotgun sequencing of airborne eDNA assesses whole biomes (Nature Ecology & Evolution 2025)
- AMR surveillance: Real-time resistance gene monitoring in hospital wastewater (npj AMR 2025)
Every one of these deployments shares the same bottleneck: downstream analysis requires a laptop, GPU, or cloud connectivity. The MinION is portable; the analysis pipeline is not.
The edge compute gap is recognized. CiMBA (arXiv 2504.07298) proposes a compute-in-memory basecalling accelerator. Fan et al. (arXiv 2510.09339) design a RISC-V SoC for mobile genomics. Both solve basecalling. Neither addresses the downstream classification that turns sequence data into actionable intelligence.
That is what the AKD1000 + BarraCuda stack provides.
2. Architecture
2.1 Field Genomics Unit
┌─────────────────────────────────────────────────────────┐
│ Field Genomics Unit │
│ │
│ Environmental sample (water, soil, wastewater) │
│ │ DNA extraction (rapid kit, 10 min) │
│ ▼ │
│ ┌──────────┐ │
│ │ MinION │ sequences eDNA in real time │
│ │ (Mk1D) │ 450 bp/s per pore × 512 pores │
│ └────┬─────┘ │
│ │ FAST5/POD5 raw signal │
│ ▼ │
│ ┌──────────────────┐ │
│ │ BarraCuda │ basecall + 16S + taxonomy │
│ │ (host CPU/GPU) │ sovereign Rust, no Python │
│ └────┬─────────────┘ │
│ │ classified reads + community profile │
│ ▼ │
│ ┌──────────────────┐ │
│ │ AKD1000 NPU │ ESN regime classification │
│ │ (10 mW, DMA) │ bloom/healthy/stressed/AMR/PFAS │
│ └────┬─────────────┘ │
│ │ classification + adaptive sampling decision │
│ ▼ │
│ ┌──────────────────┐ │
│ │ Decision engine │ alert / adapt / log │
│ │ + MinKNOW API │ NPU drives read accept/reject │
│ └──────────────────┘ │
│ │
│ Power: 5W solar (MinION) + coin cell (NPU standby) │
│ Connectivity: optional (nightly sync via Songbird) │
└─────────────────────────────────────────────────────────┘2.2 metalForge Sequencer Substrate
metalForge extends from three substrate types to four:
| Substrate | Type | Role | Power |
|---|---|---|---|
| CPU (i9-12900K) | Compute | General math, fallback | 125W |
| GPU (RTX 4070) | Compute | Batch basecalling, Anderson spectral | 200W |
| NPU (AKD1000) | Compute | Edge classification, adaptive sampling | 30 mW |
| SEQ (MinION Mk1D) | Sensing | DNA sequencing, read generation | 5-60W |
The dispatch loop becomes a closed feedback cycle: SEQ (generates reads) → GPU (basecalls) → NPU (classifies) → SEQ (adaptive sampling)
2.3 NPU-Driven Adaptive Sampling
Oxford Nanopore’s adaptive sampling ejects reads in real time if they don’t match targets. Currently implemented via CPU/GPU alignment (readfish).
The AKD1000 classifies at 18.8K Hz. MinION generates ~500 reads/sec at peak. The NPU has 37x headroom for real-time classification of every read.
Applications:
- Target enrichment: Keep HAB-associated reads, reject host background
- Threat detection: Keep reads matching AMR genes, reject commensals
- Rare biosphere: Keep underrepresented taxa, reject dominants (guided by wetSpring Exp051 rare biosphere saturation framework)
3. Research Programs
3.1 Bloom Sentinel Live (Great Lakes HAB Monitoring)
Springs: wetSpring (16S, ESN, NPU), airSpring (sensor), groundSpring (uncertainty) Hardware: MinION Mk1D + AKD1000
MinION sequences water eDNA on-site. BarraCuda 16S pipeline processes reads. ESN bloom classifier ( wetSpring Exp118, 123, 194) runs on AKD1000. Real-time classification: pre-bloom / active / post-bloom / toxic.
Local deployment: CIGLR at UMich runs bi-weekly Saginaw Bay cyanotoxin monitoring (July-October). NOAA GLERL has continuous buoy data in western Lake Erie. A MinION + NPU station fills the gap between sampling events.
3.2 Soil Health Sentinel
Springs: wetSpring (16S, Anderson), airSpring (soil sensors, water balance), groundSpring (noise) Hardware: MinION Mk1D + AKD1000 + SoilWatch 10 array
Extends Track 4 soil QS framework (Exp170-182, 321 checks) and Sub-thesis 08 (NPU agricultural IoT) with field DNA sequencing. Anderson localization analysis classifies soil health: diverse/healthy vs disturbed vs recovering.
3.3 AMR Wastewater Sentinel
Springs: wetSpring (alignment, phylo placement, pangenomics), neuralSpring (anomaly detection) Hardware: MinION Mk1D + AKD1000
Long-read metagenomics of hospital/municipal wastewater. Nanopore’s long reads (10 kb+) resolve full resistance gene cassettes + mobile genetic elements that short reads cannot. NPU classifies threat level from community profiles.
3.4 PFAS Dual-Mode Monitor
Springs: wetSpring (PFAS ML, spectral matching, Anderson community shift) Hardware: MinION Mk1D + AKD1000
Nanopore 16S profiling of microbial community response to PFAS exposure, paired with BarraCuda’s validated PFAS ML pipeline (Exp041-042). Emerging technology: biological nanopores with cyclodextrin can detect individual PFAS molecules (SciEngine 2025) — same pore technology, chemical sensing mode.
3.5 Deep-Sea Autonomous Lander (Long-Term)
Springs: All springs (full primal stack) Hardware: MinION + AKD1000 + pressure enclosure + acoustic modem
MinION on autonomous underwater lander near hydrothermal vents. Cold seep QS analysis ( wetSpring Exp144-145, 299K QS genes across 170 metagenomes) on NPU. Songbird uplinks results via acoustic modem.
4. Cross-Spring Integration
Sub-thesis 09: Field Genomics
│
┌─────────────────────────┼─────────────────────────┐
│ │ │
wetSpring airSpring neuralSpring
16S pipeline soil sensors ESN/LSTM classifiers
NPU driver water balance spectral analysis
Anderson QS FAO-56 ET₀ reservoir computing
PFAS ML IoT pipeline anomaly detection
alignment field deployment
phylo placement
│ │ │
│ groundSpring │
│ uncertainty budgets │
│ sensor noise │
│ rare biosphere │
│ │
└──────────────── hotSpring ─────────────────────────┘
akida-driver
GPU Lanczos
spectral primitivesConnection to Other Sub-theses
| Sub-thesis | What Field Genomics Adds |
|---|---|
| 01 (Anderson QS) | Real-time Anderson regime detection from field eDNA, not lab samples |
| 02 (LTEE) | Longitudinal frozen fossil sequencing with sovereign pipeline |
| 03 (BioAg) | Field-deployed rhizosphere 16S monitoring for inoculant tracking |
| 04 (Sentinels) | The sequencing substrate that completes the sentinel pipeline |
| 05 (Cross-species) | In-field multi-species QS network monitoring |
| 06 (No-till) | Continuous soil community tracking across tillage treatments |
| 07 (WDM) | — (independent domain) |
| 08 (NPU Ag IoT) | Adds genomic data layer to the NPU agricultural sensor stack |
5. The BarraCuda Math Stack
All downstream modules are validated. Two new modules are needed:
| Module | Status | Description |
|---|---|---|
io::nanopore | to build | FAST5/POD5 raw signal reader |
bio::basecall | to build | Signal → base conversion (or delegate to Dorado) |
bio::dada2 | validated | 16S ASV denoising |
bio::chimera | validated | Chimera detection |
bio::taxonomy | validated | RDP-style classification |
bio::diversity | validated | Shannon, Pielou, rarefaction |
bio::bray_curtis | validated | Community distance |
bio::anderson_qs | validated | Disorder → regime classification |
bio::esn | validated + NPU live | Echo state network reservoir |
bio::alignment | validated | Smith-Waterman (long reads) |
bio::phylo_placement | validated | Metagenomic read placement |
bio::pangenome | validated | Core/accessory gene analysis |
bio::dnds | validated | Nei-Gojobori dN/dS |
bio::pfas_ml | validated | PFAS contamination ML |
6. Primal Integration
| Primal | Role |
|---|---|
| ToadStool | GPU basecalling, NPU classification, CPU fallback. akida-driver for sovereign NPU. |
| metalForge | Substrate routing: SEQ → GPU → NPU → SEQ feedback loop. |
| NestGate | Content-addressed storage for reads, classifications, provenance. Reference DB hosting. |
| Songbird | Nightly weight sync, telemetry, multi-station coordination. Acoustic modem for underwater. |
| BearDog | PUF-based device attestation (Exp195). Sample chain of custody. |
| sweetGrass | PROV-O tracking: sample → extraction → sequencing → classification → alert. |
| biomeOS | Capability registry, field unit boot sequence, primal lifecycle. |
7. Why This Stack Is Unique
| Feature | Current Field Sequencing | Sovereign Field Genomics |
|---|---|---|
| Basecalling | Python (Guppy/Dorado) | BarraCuda Rust (planned) |
| Classification | Cloud ML or laptop | NPU: 18.8K Hz, <10 mW |
| Adaptive sampling | CPU/GPU alignment (readfish) | NPU: sub-ms latency, 37x headroom |
| Pipeline | QIIME2/Galaxy + internet | Sovereign Rust, zero dependencies |
| Validation | Published tools (black box) | 229 experiments, 5,743+ checks |
| Hardware lock-in | ONT software stack | Pure Rust driver, AGPL-3.0 |
| Power (classification) | Laptop 45-65W | Coin cell, 11 years at 1 Hz |
8. Experiment Plan
| Exp | Name | Spring | What It Proves |
|---|---|---|---|
| 196 | Nanopore Signal Bridge | wetSpring | BarraCuda reads FAST5/POD5, bridges to 16S pipeline |
| 197 | NPU Adaptive Sampling | wetSpring | NPU classifies partial reads, drives MinKNOW accept/reject |
| 198 | Field Bloom Sentinel E2E | wetSpring | MinION → basecall → 16S → ESN → NPU → alert |
| 199 | Soil 16S Field Pipeline | wetSpring × airSpring | MinION soil eDNA → 16S → Anderson disorder tracking |
| 200 | Soil Health NPU Classifier | wetSpring × airSpring | NPU classifies soil community state |
| 201 | AMR Gene Detection | wetSpring | Long-read → resistance gene identification |
| 202 | AMR Threat NPU Classifier | wetSpring | NPU classifies resistance profile severity |
References
Oxford Nanopore Technologies (2026). Genomics for a Changing Planet.
Pérez-Cataluña et al. (2023). Rapid on-site detection of harmful algal blooms. Frontiers in Microbiology 14:1267652.
Patin et al. (2022). eDNA from algal blooms in Lake Erie using MinION. bioRxiv 2022.03.12.483776.
Calderón-Franco et al. (2025). Nanopore sequencing in bacterial AMR surveillance. npj Antimicrobials and Resistance.
Steele et al. (2024). Sterile sentinels and MinION sequencing for crop rotations. Environmental Microbiome.
Arani et al. (2025). CiMBA: On-Device Basecalling via Compute-in-Memory. arXiv:2504.07298.
Fan et al. (2025). Sequencing on Silicon: AI SoC for Mobile Genomics. arXiv:2510.09339.
BrainChip Inc. (2025). AKD1500 Edge AI Co-Processor.