Skip to content

Releases: ammawla/encode-toolkit

v0.3.0

21 Mar 19:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0-beta.10...v0.3.0

v0.3.0-beta.10

13 Mar 17:25

Choose a tag to compare

Changes

License Update

  • CC-BY-NC-ND-4.0 → CC-BY-NC-4.0: Now allows forks and contributions while blocking commercial monetization
  • Encourages academic, research, and personal use
  • Citation requirement via Zenodo DOI
  • Contributor license terms for PRs

Download Badges

  • PyPI weekly downloads badge (690/week)
  • npm weekly downloads badge (596/week)

Clone Tracking

  • GitHub Actions workflow for daily clone count accumulation
  • Requires SECRET_TOKEN repo secret (classic PAT with repo + gist scopes)

Version

  • Bumped to 0.3.0-beta.10 across all 8 manifest files

Full Changelog: v0.3.0-beta.9...v0.3.0-beta.10

v0.3.0-beta.9

12 Mar 17:42

Choose a tag to compare

What's New

Cursor Plugin Compatibility

Install encode-toolkit in Cursor via .cursor-plugin/ manifest:

  • Full plugin.json + marketplace.json manifests
  • 4 Cursor rules (.mdc): data quality, provenance, API patterns, file formats
  • MCP server auto-configuration

Commands (10)

Quick-action entry points covering all 20 MCP tools:

  • search-encode, download-encode, browse-files, track-experiments
  • quality-check, cite-encode, cross-reference, compare-experiments
  • manage-credentials, log-provenance

Pipeline Agents (7)

Multi-step pipeline execution agents:

  • ChIP-seq (BWA-MEM → MACS2 → IDR)
  • ATAC-seq (Bowtie2 → Tn5 shift → MACS2)
  • RNA-seq (STAR 2-pass → RSEM → Kallisto)
  • WGBS (Bismark → MethylDackel)
  • Hi-C (BWA → pairtools → Juicer → HiCCUPS)
  • DNase-seq (BWA → Hotspot2 → HINT-ATAC)
  • CUT&RUN (Bowtie2 → SEACR → spike-in)

Pre-commit Hooks

  • OS file blocker (.DS_Store, Thumbs.db)
  • Case conflict and merge conflict detection
  • Ruff lint + format, mypy, YAML/JSON validation

Housekeeping

  • .gitignore cleaned up, local-only entries moved to .git/info/exclude
  • Version 0.3.0-beta.9 across all 8 manifest files

Full Plugin Contents

  • 20 MCP tools (ENCODE API)
  • 47 workflow skills
  • 10 commands
  • 7 pipeline agents
  • 4 Cursor rules
  • 7 Nextflow pipelines
  • 14 database integrations

Full Changelog: v0.3.0-beta.8...v0.3.0-beta.9

v0.3.0-beta.8

12 Mar 00:26

Choose a tag to compare

v0.3.0-beta.8 Pre-release
Pre-release

What's New

Marketplace Plugin Install

Install encode-toolkit directly in Claude Code:

/plugin marketplace add ammawla/encode-toolkit
/plugin install encode-toolkit

Changes

  • Marketplace plugin structureplugin/ directory with real files (not symlinks) for marketplace install
  • MCP connector.mcp.json enables the Connectors section in the plugin UI
  • Fixed skill descriptions — 18 skills using YAML >- block scalar now display properly
  • README Quick Start — marketplace install is now the recommended method
  • Accurate skill count — 47 skills (tabaseq-deconvolution is unreleased)
  • Version consistency — all 8 manifest files aligned at 0.3.0-beta.8

Full Plugin Contents

  • 20 MCP tools (ENCODE API)
  • 47 workflow skills
  • 1 MCP connector
  • 7 Nextflow pipelines
  • 14 database integrations

Full Changelog: v0.3.0-beta.6...v0.3.0-beta.8

v0.3.0-beta.6

09 Mar 20:14

Choose a tag to compare

v0.3.0-beta.6 Pre-release
Pre-release

v0.3.0-beta.5

09 Mar 06:13

Choose a tag to compare

v0.3.0-beta.5 Pre-release
Pre-release

v0.3.0-beta.4

09 Mar 06:08

Choose a tag to compare

v0.3.0-beta.4 Pre-release
Pre-release

v0.3.0-beta.3

09 Mar 02:39

Choose a tag to compare

v0.3.0-beta.3 Pre-release
Pre-release

v0.3.0-beta.2

09 Mar 02:37

Choose a tag to compare

v0.3.0-beta.2 Pre-release
Pre-release

ENCODE Toolkit v0.3.0-beta.2

MCP server for the ENCODE Project — 20 tools, 47 skills, 14 database integrations, and 7 analysis pipelines for genomics research in Claude Code.

Highlights

  • 20 MCP tools: Search, download, track, compare, and cross-reference ENCODE data
  • 47 expert skills: Analysis workflows, pipeline execution, external database integration
  • 14 databases: ENCODE, PubMed, bioRxiv, ClinicalTrials.gov, Open Targets, GTEx, ClinVar, GWAS Catalog, JASPAR, gnomAD, Ensembl, UCSC, GEO, CELLxGENE
  • 7 Nextflow pipelines: ChIP-seq, ATAC-seq, RNA-seq, WGBS, Hi-C, DNase-seq, CUT&RUN
  • Full provenance tracking: SQLite-backed experiment tracking with publications and citations
  • MD5 verification: All file downloads verified for integrity

Install

claude mcp add encode -- uvx encode-toolkit

Links