You're viewing a demo portfolio

Join the waitlist
PRSM

pairwise_alignment

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Global (Needleman-Wunsch) or local (Smith-Waterman) pairwise alignment of two sequences with match/mismatch/gap scoring.

Parameters schema

{
  "type": "object",
  "required": [
    "seqA",
    "seqB"
  ],
  "properties": {
    "gap": {
      "type": "number",
      "default": -2,
      "description": "Linear gap penalty (per gap position)."
    },
    "mode": {
      "enum": [
        "global",
        "local"
      ],
      "type": "string",
      "default": "global"
    },
    "seqA": {
      "type": "string",
      "description": "First sequence (raw or FASTA; nucleotide or protein)."
    },
    "seqB": {
      "type": "string",
      "description": "Second sequence (raw or FASTA; nucleotide or protein)."
    },
    "match": {
      "type": "number",
      "default": 1,
      "description": "Match score."
    },
    "mismatch": {
      "type": "number",
      "default": -1,
      "description": "Mismatch penalty."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.seqbench/workbench

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