biopython

Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks.

Content Preview
---
name: biopython
description: "Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks."
license: Unknown
metadata:
    skill-author: K-Dense Inc.
risk: unknown
source: "https://github.com/biopython/biopython"
---

# Biopython: Computational Molecular Biology in Python

## Overview

Biopython is a co
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/biopython.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/biopython/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/biopython/SKILL.md

Related Skills