Skip to content
Skill

bio-annotation

by majiayu000

AI Summary

1. Run InterProScan for domain/family annotation. 2. Run eggnog-mapper for orthology-based annotation. 3. Run DIAMOND and resolve taxonomy with TaxonKit.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "bio-annotation" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/bio-annotation && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bio-annotation/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/domains/bio-annotation/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bio-annotation/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/domains/bio-annotation/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Functional annotation and taxonomy inference from sequence homology.

Prerequisites

• Tools installed via pixi (see pixi.toml). • Reference DB root: /media/shared-expansion/db/ (wsu; override per machine branch). • Input FASTA and reference DBs are readable.

Tools

• interproscan v6.0.0 • eggnog-mapper v2.1.13 • diamond v2.1.16 • taxonkit v0.20.0

When to use

• Functional annotation and taxonomy inference from sequence homology.

Inputs

• proteins.faa (FASTA protein sequences). • reference_db/ (eggNOG, InterPro, DIAMOND databases + taxdump).

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
428 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars428
Forks72
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code