Streaming FASTQ quality control for MoonBit Native
moon run --target native cmd/fastq_qc -- fixtures/basic.fastq \
--phred-offset 33 \
--adapter-file fixtures/adapters.txt \
--json _build/report.json \
--html _build/report.htmlfastq/ validated record model and parser
metrics/ quality, length, GC, and N statistics
contamination/ adapter and duplicate analysis
pipeline/ deterministic filtering and trimming
paired/ paired-end consistency checks
report/ versioned JSON and standalone HTML renderers
native/gzip/ Native gzip bridge and its third-party notices
cmd/fastq_qc/ command-line wiring and file I/O
fixtures/ synthetic, checksummed examples
scripts/ reproducible source-scale and benchmark commands
docs/ validation notes and fixture documentationmoon fmt --check
moon check --deny-warn
moon info
git diff --exit-code
moon test --deny-warn
moon test --target native --deny-warnpowershell -ExecutionPolicy Bypass -File scripts/source_scale.ps1Streaming FASTQ quality control for MoonBit Native