end-to-end-bioinformatics-pipeline-testing

end-to-end-bioinformatics-pipeline-testing is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 35 tokens per session (1,567 once invoked), scanned A, original, Apache-2.0.

An end-to-end test workflow for peak-calling and genomic analysis tools, which identify regions of notable sequencing signal, using representative input data.

In plain words
What is it for?
It helps test cloned or installed shell and R tools, verify their dependencies, and confirm that bedgraph input produces valid BED regions.
Why use it?
Running the complete tool before production analysis can expose missing dependencies, invalid inputs, or malformed and incorrectly ranged output.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps test cloned or installed shell and R tools, verify their dependencies, and confirm that bedgraph input produces valid BED regions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing
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.

Any agent
npx skills add HolobiomicsLab/asb-skill-collections --skill end-to-end-bioinformatics-pipeline-testing
Clone the repo
git clone --depth 1 https://github.com/HolobiomicsLab/asb-skill-collections

Made for: Claude Code, Codex.

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 end-to-end-bioinformatics-pipeline-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing/github.svg)](https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing)
Your own site
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for end-to-end-bioinformatics-pipeline-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/end-to-end-bioinformatics-pipeline-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00035 $0.01567
Opus 5 $0.00017 $0.00783
Sonnet 5 $0.00007 $0.00313
Haiku 4.5 $0.00003 $0.00157

Measured 9d ago against content hash c12dff054c78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

end-to-end-bioinformatics-pipeline-testing 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 9d 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.

collections/epigenomics/v1/skills/end-to-end-bioinformatics-pipeline-testing/SKILL.md · 101 lines

How it starts

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

end-to-end-bioinformatics-pipeline-testing

Summary

Verify that a cloned bioinformatics tool (shell and R scripts) executes correctly from start to finish on real or representative input data, producing valid output with correct structure and coordinate ranges. This skill validates both tool availability and computational correctness before integration into larger analyses.

When to use

After cloning or installing a peak-calling or genomic analysis tool from a repository, before using it on production data. Triggers include: (1) first deployment of the tool in a new environment, (2) version upgrade or bug-fix release, (3) uncertainty about whether dependencies (R, Bedtools) are correctly installed in your PATH, or (4) need to confirm the tool accepts your input bedgraph format and produces the expected BED region output.

When NOT to use

  • Input bedgraph file contains individual reads rather than read-pair density; convert to fragment-level bedgraph first using bedtools genomecov on paired-end BED files.
  • Required dependencies (R, Bedtools) are not installed or not in PATH; install and configure them before running end-to-end test.
  • Input bedgraph includes zero-signal regions; SEACR expects bedgraph files that omit regions with 0 signal, so preprocess to remove them.

Inputs

  • Paired-end CUT&RUN bedgraph file in UCSC bedgraph format (omitting zero-signal regions)
  • Control (IgG) bedgraph file or numeric threshold between 0 and 1
  • Cloned or installed SEACR repository with shell and R scripts

Outputs

  • BED file of enriched regions (.stringent.bed or .relaxed.bed)
  • Six-column BED with fields: chromosome, start, end, total signal, max signal, max signal region

How to apply

Clone the tool repository and verify that executable shell and R scripts are present with correct permissions. Prepare a minimal test bedgraph file in UCSC bedgraph format (omitting zero-signal regions) that represents paired-end CUT&RUN sequencing density. Execute the pipeline end-to-end using both required input modes: (a) with a control bedgraph and normalization flag ('norm' or 'non'), and (b) optionally with a numeric threshold (0–1 range) to select top fraction of peaks by signal. Verify the output BED file is produced at the specified prefix, contains valid genomic coordinates (chr, start, end), and includes the six expected fields (chromosome, start, end, total signal, max signal, max signal region). Check that region coordinates are non-negative, start ≤ end, and signal values are numeric and reasonable for your peak height expectations.

Read the full file on GitHub · 101 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. 9d ago First seen · 101 lines · 35 tokens per session scan A c12dff054c78

Subscribe to this mod's changes

end-to-end-bioinformatics-pipeline-testing is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 1,567 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…

cyanheads/pubchem-mcp-server · 76 tokens

estimate-immune-score-analysis

Use this skill to compute ESTIMATE immune-related microenvironment scores from a bulk expression matrix, generate an ESTIMATE score heatmap, and optionally generate group-wise ESTIMATE score boxplots plus significance tables when a sample group file is supplied. Trigger keywords: ESTIMATE, immune score, stromal score…

aipoch/medical-research-skills · 90 tokens

external-model-validation

Use when validating an existing prognostic risk signature on an external bulk expression cohort with survival outcomes, producing risk scores, Kaplan-Meier curves, risk distribution plots, heatmap, and time-dependent ROC curves. NOT for: model training, feature selection, nomogram construction, calibration analysis…

aipoch/medical-research-skills · 66 tokens

gsva-analysis-and-visualization

Use this skill to run GSVA or ssGSEA pathway-level differential analysis from a bulk expression matrix and a sample group file, then generate a heatmap from the saved GSVA result object. Trigger keywords: GSVA, ssGSEA, pathway enrichment, KEGG pathway analysis, MSigDB. NOT for: gene-level differential expression…

aipoch/medical-research-skills · 88 tokens

medical-research-literature-reader-pro

A medical-research-native literature reading skill for users with clinical, bioinformatics, translational, and basic experimental backgrounds. Use this skill whenever a user wants to read, analyze, critique, or interpret a medical or scientific paper — whether they provide a PDF, abstract, DOI, PMID, or just a title.…

aipoch/medical-research-skills · 199 tokens

adverse-event-narrative

Generates CIOMS I-compliant ICSR narratives from adverse event case data for FDA and EMA regulatory submission. Includes temporal analysis, MedDRA coding, causality assessment using WHO-UMC or Naranjo criteria, and multi-format output.

aipoch/medical-research-skills · 57 tokens