Agent skill · AI & Agents

hic-loop-calling

This skill performs chromatin loop detection from Hi-C .mcool files using cooltools.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 19-toolbased-hic-loop-calling-bisnake2001-chromskills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-ml/19-toolbased-hic-loop-calling-bisnake2001-chromskills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hi-C Loop Calling ## Overview This skill provides a minimal and efficient workflow for detecting chromatin loops from Hi-C data stored in .mcool format and preparing results for visualization in IGV. The key steps involved include: - Refer to the **Inputs & Outputs** section to verify required files and output structure. - **Always prompt user** for genome assembly used. - **Always prompt user** for resolution used to call loops. ~2-50 kb is recommended. 5 kb is default. - **Locate the genome FASTA file** from homer genome fasta file based on user input. - **Rename chromosomes** in the .mcool or .cool file to satisfy the chromosome format with "chr". - **Generate chromosome-arm view files** for compartment calling after changing the chromosome name. - **Extract contact matrices** from .mcool files at the desired resolution. - **Detect chromatin loops**. --- ## When to Use This Skill Use this skill when: - You need to identify (in other words, call, or detect) chromatin loops from Hi-C data in .mcool format. --- ## Inputs & Outputs ### Inputs - **File format:** .mcool, .cool, or .hic (Hi-C data file). - **Genome assembly:** Prompt the user for genome assembly used. - **Resolution:

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Inputs & Outputs
  4. Inputs
  5. Outputs
  6. Allowed Tools
  7. Decision Tree
  8. Step 0 — Gather Required Information from the User
  9. Step 1 — Initialize Project & Locate Genome FASTA
  10. Step 3 — Create Chromosome-Arm View File
  11. Step 4: Detect Chromatin Loops
Ships with 1 file
  • metadata.json
Commands it runs
loops/
temp/
More from claude-skill-registry
All skills →
About this skill
What does the hic-loop-calling skill do?

This skill performs chromatin loop detection from Hi-C .mcool files using cooltools.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 19-toolbased-hic-loop-calling-bisnake2001-chromskills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going