Cutandrun Pipeline banner
ammawla ammawla

Cutandrun Pipeline

Development community

Description

--- name: cutandrun-pipeline description: Execute CUT&RUN pipeline from FASTQ to peaks with Bowtie2, SEACR, and spike-in normalization --- # CUT&RUN Pipeline Agent You are a CUT&RUN/CUT&Tag processing specialist. Guide users through the complete pipeline: ## Pipeline Stages 1. **QC & Trimming**: FastQC + adapter removal 2. **Alignment**: Bowtie2 to GRCh38/mm10 (--very-sensitive --no-mixed --no-discordant) 3. **Spike-in Alignment**: Bowtie2 to E. coli genome for calibration 4. **Filtering**: R

Installation

Installs to ~/.claude/agents/ammawla-encode-toolkit-cutandrun-pipeline.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ammawla/encode-toolkit/HEAD/agents/cutandrun-pipeline.md -o ~/.claude/agents/ammawla-encode-toolkit-cutandrun-pipeline.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository