You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Miner onboarding — demo & practice modes.--demo downloads a fixed, fully-answered sample and prints the exact score a validator would compute, so you can validate your pipeline before going live. --practice lets you score any chr20/chr21 sample and compare configs. (#15, #17)
Miner AI assistant. A bundled knowledge pack + setup (Ditto / OpenClaw / Hermes) to help operators tune configs, read scores, and diagnose "why is my weight 0?" issues. (#16)
Round-only scoring for weights. Validator weights now use each round's Advanced Score directly (no EMA/history smoothing). Recent participation remains a separate eligibility gate. (#14)
FreeBayes deprecated (Phase 1) and bcftools caller-mode default fixed. (#13)
Hands-off updates. Safe PM2 auto-update scripts (enable_auto_update.sh / disable_auto_update.sh) for miners and validators. (#14)
Parameter-ranges documentation. New docs/parameter_ranges.md mirroring the live GET /scoring/parameter-ranges endpoint (accepted params + valid ranges per tool), plus a docs audit that removed stale content. (#18)
Practice mode; --demo now scores your own submitted config (#17)
Parameter-ranges reference doc + stale-doc audit fixes — corrected reward split, removed a stale num_mutations field, fixed the region description, added the new endpoint to reference lists (#18)
Installer, PM2, and start-script tooling overhaul supporting demo/practice, the assistant, and auto-update
Notes for operators
FreeBayes submissions are rejected — use GATK, DeepVariant, or bcftools.
Accepted parameters and valid ranges are published at GET https://api.theminos.ai/scoring/parameter-ranges (always current) and documented in docs/parameter_ranges.md.