biopython

Manipulate biological sequences and parse FASTA, GenBank, and PDB files.

1.1k|99|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/dp-archive/archive --skill biopython-dp-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biopython
Source: https://github.com/dp-archive/archive/tree/main/seed_skills/biopython
Command: npx skills add https://github.com/dp-archive/archive --skill biopython-dp-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex bioinformatics tasks, enabling users to analyze biological sequences, structures, and data programmatically without needing to be deep experts in every library.

Core Features & Use Cases

  • Sequence Manipulation: Read, write, and manipulate DNA, RNA, and protein sequences.
  • Database Access: Programmatically query NCBI databases (PubMed, GenBank, etc.).
  • Structure Analysis: Parse and analyze 3D protein structures (PDB, mmCIF).
  • Phylogenetics: Build and visualize phylogenetic trees.
  • Use Case: Analyze a set of gene sequences, find homologous proteins in a database, and build a phylogenetic tree to understand evolutionary relationships.

Quick Start

Use the biopython skill to fetch the GenBank record for accession EU490707.

Frequently Asked Questions about biopython

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse and manipulate biological sequence files like FASTA and GenBank?

Yes, you can programmatically query NCBI Entrez databases. This toolkit provides direct database access to fetch records from PubMed, GenBank, and other NCBI resources, enabling automated data retrieval for genomics pipelines.

What is the best way to parse and analyze 3D protein structures from PDB files?

The best way to parse and analyze 3D protein structures from PDB files is using structural bioinformatics features that handle PDB and mmCIF formats. It enables detailed structural analysis of macromolecules for structural biology research.

Can I build and visualize phylogenetic trees from sequence analysis data?

Yes, you can build and visualize phylogenetic trees from sequence analysis data. This toolkit includes phylogenetics features to process homologous proteins and construct evolutionary relationship trees for genomics research.

How do I integrate BLAST analysis into a computational molecular biology pipeline?

To integrate BLAST analysis into a computational molecular biology pipeline, this toolkit provides built-in BLAST functionality to find homologous sequences. It enables programmatic construction of automated bioinformatics workflows.