sequencing_readback_verify
ActiveTool of com.seqbench/workbench
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries