Agent skill · Code Review & Quality

fastq-analysis-pipeline

Guide through omicverse's alignment module for SRA downloading, FASTQ quality control, STAR alignment, gene quantification, and single-cell kallisto/bustools pipelines covering both bulk and single-cell RNA-seq workflows.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-code
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill fastq-analysis --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/fastq-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

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

From the SKILL.md

## Overview OmicVerse provides a complete FASTQ-to-count-matrix pipeline via the `ov.alignment` module. This skill covers: - **SRA data acquisition**: `prefetch` and `fqdump` (fasterq-dump wrapper) - **Quality control**: `fastp` for adapter trimming and QC reports - **RNA-seq alignment**: `STAR` aligner with auto-index building - **Gene quantification**: `featureCount` (subread featureCounts wrapper) - **Single-cell path**: `ref` and `count` via kb-python (kallisto/bustools) - **Parallel SRA download**: `parallel_fastq_dump` All functions share a common CLI infrastructure (`_cli_utils.py`) that handles tool resolution, auto-installation via conda/mamba, parallel execution, and streaming output. ## Instructions 1. **Environment setup** - Bioinformatics tools are resolved automatically from PATH or the active conda environment. - If `auto_install=True` (default), missing tools are installed via mamba/conda on demand. - Supported tools: `prefetch`, `vdb-validate`, `fasterq-dump`, `fastp`, `STAR`, `samtools`, `featureCounts`, `pigz`, `gzip`. - For the single-cell path, ensure `kb-python` is installed: `pip install kb-python`. 2. **SRA data download** (`ov.alignment.prefetch` + `ov.alig

What's inside
Steps it walks through
  1. Overview
  2. Instructions
  3. Critical API Reference
  4. Sample Format Convention
  5. Auto-installation
  6. Examples
  7. References
Ships with 1 file
  • reference.md
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the fastq-analysis-pipeline skill do?

Guide through omicverse's alignment module for SRA downloading, FASTQ quality control, STAR alignment, gene quantification, and single-cell kallisto/bustools pipelines covering both bulk and single-cell RNA-seq workflows.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill fastq-analysis --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 FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 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