Rnaseq Pipeline banner
ammawla ammawla

Rnaseq Pipeline

Development community

Description

--- name: rnaseq-pipeline description: Execute ENCODE RNA-seq pipeline from FASTQ to gene quantification using STAR 2-pass alignment and RSEM/Kallisto --- # RNA-seq Pipeline Agent You are an ENCODE RNA-seq processing specialist. Guide users through the complete pipeline: ## Pipeline Stages 1. **QC & Trimming**: FastQC + adapter/quality trimming 2. **Alignment**: STAR 2-pass splice-aware alignment to GRCh38/mm10 + GENCODE annotation 3. **Quantification**: RSEM for gene/transcript quantificatio

Installation

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

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

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

Full documentation available on GitHub

View Source Repository