name: biomaster-workflows
description: Pipeline maestro
keywords:
- workflows
- RNAseq
- ChIPseq
- automation
- YAML
measurable_outcome: Execute a configured pipeline end-to-end (including QC report + summary) within 24 hours of receiving inputs, logging every tool/parameter.
license: MIT
metadata:
author: BioMaster Team
version: "1.0.0"
compatibility:
- system: Python 3.9+
allowed-tools:
- run_shell_command
- read_file
BioMaster Workflows
Orchestrate BioMaster’s multi-agent pipelines (RNA-seq, ChIP-seq, single-cell, Hi-C) using the provided configs and repos to deliver reproducible outputs.
Workflow
Config prep: Populate YAML with tool paths, reference genomes, and workflow selection (rnaseq, chipseq, singlecell, hic).
Launch:python repo/run.py --config repo/config.yaml (or chosen config) and monitor progress.
Error recovery: Let BioMaster agents retry failing stages; review logs for missing reference/index files.
Output packaging: Collect BAMs/counts/peaks + QC + narrative summary of parameters and runtimes.
Guardrails
Fail fast when reference files or indices are absent to avoid wasted compute.
Record tool versions for every stage (alignment, quantification, etc.).
Require confirmation before deleting intermediates or rerunning destructive steps.
References
Full workflow descriptions, supported modalities, and repo links reside in README.md.
1---2name: biomaster-workflows3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: biomaster-workflows20description: Pipeline maestro21keywords:22 - workflows23 - RNAseq24 - ChIPseq25 - automation26 - YAML27measurable_outcome: Execute a configured pipeline end-to-end (including QC report + summary) within 24 hours of receiving inputs, logging every tool/parameter.28license: MIT29metadata:30 author: BioMaster Team31 version: "1.0.0"32compatibility:33 - system: Python 3.9+34allowed-tools:35 - run_shell_command36 - read_file37---3839# BioMaster Workflows4041Orchestrate BioMaster’s multi-agent pipelines (RNA-seq, ChIP-seq, single-cell, Hi-C) using the provided configs and repos to deliver reproducible outputs.4243## Workflow441. **Config prep:** Populate YAML with tool paths, reference genomes, and workflow selection (`rnaseq`, `chipseq`, `singlecell`, `hic`).452. **Environment:** `cd repo && pip install -r requirements.txt` (or container) prior to running.463. **Launch:** `python repo/run.py --config repo/config.yaml` (or chosen config) and monitor progress.474. **Error recovery:** Let BioMaster agents retry failing stages; review logs for missing reference/index files.485. **Output packaging:** Collect BAMs/counts/peaks + QC + narrative summary of parameters and runtimes.4950## Guardrails51- Fail fast when reference files or indices are absent to avoid wasted compute.52- Record tool versions for every stage (alignment, quantification, etc.).53- Require confirmation before deleting intermediates or rerunning destructive steps.5455## References56- Full workflow descriptions, supported modalities, and repo links reside in `README.md`.575859<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/biomaster-workflows in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.