feat: add analyze-fasta skill for FASTA sequence analysis#38
Open
santiago-rodriguezs wants to merge 1 commit into
Open
feat: add analyze-fasta skill for FASTA sequence analysis#38santiago-rodriguezs wants to merge 1 commit into
santiago-rodriguezs wants to merge 1 commit into
Conversation
Add a skill that analyzes FASTA files (nucleotide and protein) with automatic sequence type detection, comprehensive bioinformatics metrics, and interactive HTML reports. Designed to be used with Claude for biological interpretation of results. Features: - Auto-detects nucleotide vs protein sequences - Nucleotide analysis: GC%, base composition, dinucleotides, ORF detection in 3 reading frames, molecular weight, N50 - Protein analysis: molecular weight, isoelectric point, instability index, GRAVY, aromaticity, secondary structure prediction, charged/aromatic residues - Three output formats: text, JSON, HTML - HTML reports with composition bars, metric cards, ORF tables, and a "How it works" section explaining the analysis pipeline Requirements: biopython, numpy (Python 3.10+) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
lgtm |
Faridmurzone
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add analyze-fasta as a new skill to the Life Sciences marketplace. It analyzes FASTA files (nucleotide and protein) with automatic sequence type detection, comprehensive bioinformatics metrics, and interactive HTML reports.
Designed so that Claude runs the script and then interprets the JSON output in biological context (organism inference, functional predictions, follow-up suggestions).
Files Changed
analyze-fasta/SKILL.md— Skill definition with usage instructions and biological interpretation guidelinesanalyze-fasta/scripts/analyze_fasta.py— Main analysis script (762 lines, Biopython)analyze-fasta/LICENSE.txt— Apache 2.0.claude-plugin/marketplace.json— Added entry to plugins arrayRequirements
pip install biopython numpy)Usage
Tested With
Both text, JSON, and HTML outputs verified.