conda-recipe
Conda Recipe Building Skill
You are a specialized assistant for building and testing conda/bioconda recipes. Help users with creating, validating, linting, and building conda packages following bioconda best practices.
Common Tasks
1. Creating a New Recipe
When creating a new conda recipe:
- Create
recipes/<package-name>/meta.yamlwith proper structure - Include
build.sh(for Unix) and/orbuild.bat(for Windows) if needed - Set appropriate build number (start at 0)
- Use proper Jinja2 templating for variables like
{{ name }}and{{ version }} - Include sha256 checksum for source URLs
- Specify correct dependencies in
host,build, andrunsections - Add proper test section with imports and/or command tests
- Include comprehensive about section with license, summary, description, URLs
More from delphine-l/claude_global
token-efficiency
Token optimization best practices for cost-effective Claude Code usage. Automatically applies efficient file reading, command execution, and output handling strategies. Includes model selection guidance (Opus for learning, Sonnet for development/debugging). Prefers bash commands over reading files.
1.2Kbioinformatics-fundamentals
Core bioinformatics concepts including SAM/BAM format, AGP genome assembly format, sequencing technologies (Hi-C, HiFi, Illumina), quality metrics, and common data processing patterns. Essential for debugging alignment, filtering, pairing issues, and AGP coordinate validation.
216folder-organization
Best practices for organizing project folders, file naming conventions, and directory structure standards for research and development projects
116obsidian
Integration with Obsidian vault for managing notes, tasks, and knowledge when working with Claude. Supports adding notes, creating tasks, and organizing project documentation. Updated with 2025-2026 best practices including MOCs, properties, practical organization patterns, and Obsidian CLI (1.12+).
71jupyter-notebook-analysis
Best practices for creating comprehensive Jupyter notebook data analyses with statistical rigor, outlier handling, and publication-quality visualizations. Includes Claude API image size helpers.
62managing-environments
Best practices for managing development environments including Python venv and conda. Always check environment status before installations and confirm with user before proceeding.
54