Skip to main content
Glama
kmaneesh

BioPython MCP Server

by kmaneesh

pairwise_align

Align two biological sequences to identify similarities and differences. Supports global or local alignment with customizable scoring parameters for matching, mismatching, and gaps.

Instructions

Perform pairwise sequence alignment.

Args: seq1: First sequence seq2: Second sequence mode: Alignment mode - 'global' or 'local' (default: 'global') match_score: Score for matching residues (default: 2.0) mismatch_score: Score for mismatching residues (default: -1.0) gap_open: Gap opening penalty (default: -2.0) gap_extend: Gap extension penalty (default: -0.5)

Returns: Dictionary containing alignment results and statistics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seq1Yes
seq2Yes
modeNoglobal
match_scoreNo
mismatch_scoreNo
gap_openNo
gap_extendNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmaneesh/biopython-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server