You're viewing a demo portfolio

Join the waitlist
PRSM

sequencing_readback_verify

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Align raw Sanger or NGS reads (FASTA or FASTQ) back onto a claimed reference sequence using minimap2, and report per-read mapping identity plus exact variant positions (substitutions/insertions/deletions), with a consensus view across reads and a corrected consensus sequence (the reference with every consensus-supported edit applied). Complements verify_construct/verify_assembly: those re-derive what a design SHOULD produce from its own stated inputs; this checks what a real sequencer actually read back.

Parameters schema

{
  "type": "object",
  "required": [
    "reference",
    "reads"
  ],
  "properties": {
    "reads": {
      "type": "string",
      "description": "Raw reads in FASTA or FASTQ format (auto-detected). Up to 2000 reads / 5,000,000 total bp per call."
    },
    "reference": {
      "type": "string",
      "description": "The claimed/expected reference sequence."
    },
    "minSupportingReads": {
      "type": "integer",
      "default": 2,
      "description": "Minimum number of reads agreeing on a variant position for it to count as a consensus (candidate real) variant rather than single-read noise."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.seqbench/workbench

1/7 registries
View full server →
sequencing_readback_verify — com.seqbench/workbench — PRSM MCP