pyflow-ChIPseq CLAUDE.md

pyflow-ChIPseq CLAUDE.md is an instructions file for coding agents from crazyhottommy/pyflow-ChIPseq. It costs 3,855 tokens per session, scanned A, original, MIT.

A project guide for pyflow-ChIPseq, a Snakemake pipeline for analyzing ChIP-seq data, which records where proteins interact with DNA. It describes the pipeline's purpose, structure, supported input data, analysis steps, and published background.

In plain words
What is it for?
It helps process public or in-house sequencing data, handle single-end or paired-end reads, run quality checks, perform downstream chromatin analysis, and use computing clusters.
Why use it?
It helps developers understand what the scientific workflow does before changing or modernizing it.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/crazyhottommy/pyflow-chipseq/claude-md
Clone the repo
git clone --depth 1 https://github.com/crazyhottommy/pyflow-ChIPseq

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pyflow-ChIPseq CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/crazyhottommy/pyflow-chipseq/claude-md.svg)](https://agentmods.dev/instructions/crazyhottommy/pyflow-chipseq/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/crazyhottommy/pyflow-chipseq/claude-md"><img src="https://agentmods.dev/badge/instructions/crazyhottommy/pyflow-chipseq/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,855 This file is loaded in full into every session.
When invoked 3,855 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.03855 $0.03855
Opus 5 $0.01928 $0.01928
Sonnet 5 $0.00771 $0.00771
Haiku 4.5 $0.00385 $0.00385

Measured 4d ago against content hash 16b7b42eda9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pyflow-ChIPseq CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 459 lines

How it starts

The opening of the file, as written. The whole thing — 459 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pyflow-ChIPseq: Repository Structure and Overview

Analysis Date: 2025-12-26 Branch: modernize-2025 (based on pairend) Purpose: Documentation for understanding and modernizing the ChIP-seq pipeline


Table of Contents

  1. Repository Purpose
  2. Directory Structure
  3. Key Components
  4. Technology Stack
  5. Workflow Overview
  6. Configuration System
  7. Modernization Priorities

Repository Purpose

pyflow-ChIPseq is a Snakemake-based bioinformatics pipeline for processing and analyzing Chromatin Immunoprecipitation Sequencing (ChIP-seq) data. It automates the complete workflow from raw sequencing reads to peak calling and chromatin state analysis.

Key Features

  • Processes both public (GEO/SRA) and in-house ChIP-seq data
  • Supports single-end and paired-end sequencing reads
  • Handles both short (<70bp) and long (>70bp) reads
  • Automated quality control and reporting
  • Advanced downstream analysis (super-enhancers, chromatin states)
  • Cluster deployment support (SLURM/DRMAA)

Publication

This pipeline was published in the Journal of Visualized Experiments (JOVE): "An Integrated Platform for Genome-wide Mapping of Chromatin States Using High-throughput ChIP-sequencing in Tumor Tissues"


Directory Structure

pyflow-ChIPseq/
├── Snakefile                    # Main workflow definition (21,957 bytes)
├── config.yaml                  # Pipeline configuration and parameters
├── cluster.json                 # Cluster job submission resource specs
├── samples.json                 # Sample metadata (auto-generated)
│
├── sample2json.py               # Metadata converter (TSV → JSON)
├── sbatch_cluster.py            # SLURM job submission wrapper
├── pyflow-ChIPseq.sh            # Main execution script (SLURM)
├── pyflow-drmaa-ChIPseq.sh      # DRMAA-based execution (LSF)
├── jobscript.sh                 # Job script template
│
├── scripts/
│   └── sraDownload.R            # SRA data downloader
│
├── SRR.txt                      # Sample metadata template (GEO data)
├── meta.txt                     # Custom metadata template (in-house data)
│
├── README.md                    # User documentation
├── LICENSE                      # MIT License
├── rulegraph.png                # Workflow DAG visualization
├── GEO_rulegraph.png            # Alternative workflow visualization
└── TCGA_related files           # TCGA barcode documentation

### Output Directories (Created During Execution)

- `00log/` - Log files for all rules
- `01seq/` - Merged FASTQ files
- `02fqc/` - FastQC quality control reports
- `03aln/` - Aligned BAM files and indices
- `04aln_downsample/` - Downsampled BAM files
- `05phantompeakqual/` - Phantom peak quality metrics
- `06bigwig_inputSubtract/` - Input-subtracted bigWig tracks
- `07bigwig/` - RPKM-normalized bigWig tracks
- `08peak_macs1/` - MACS1 peak calls
- `09peak_macs2/` - MACS2 peak calls
- `10multiQC/` - MultiQC quality summary report
- `11superEnhancer/` - Super enhancer calls (ROSE)
- `12bed/` - BED format files
- `13chromHMM/` - Chromatin state predictions

Read the full file on GitHub · 459 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 459 lines · 3,855 tokens per session scan A 16b7b42eda9c

Subscribe to this mod's changes

pyflow-ChIPseq CLAUDE.md is an instructions file published in the GitHub repository crazyhottommy/pyflow-ChIPseq (133 stars, last pushed 8mo ago), licensed MIT. It adds 3,855 tokens to every session, about $0.0193 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories