Sub-skill of nextflow-pipelines: Step 2: Select Pipeline.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill step-2-select-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Step 2 Select Pipeline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-step-2-select-pipeline)More formats (shields.io, HTML) on the badges page.
---
name: nextflow-pipelines-step-2-select-pipeline
description: 'Sub-skill of nextflow-pipelines: Step 2: Select Pipeline.'
version: 1.0.0
category: science
type: reference
scripts_exempt: true
---
# Step 2: Select Pipeline
## Step 2: Select Pipeline
**DECISION POINT: Confirm with user before proceeding.**
| Data Type | Pipeline | Version | Goal |
|-----------|----------|---------|------|
| RNA-seq | `rnaseq` | 3.22.2 | Gene expression |
| WGS/WES | `sarek` | 3.7.1 | Variant calling |
| ATAC-seq | `atacseq` | 2.1.2 | Chromatin accessibility |
Auto-detect from data:
```bash
python scripts/detect_data_type.py /path/to/data
```
For pipeline-specific details:
- [references/pipelines/rnaseq.md](references/pipelines/rnaseq.md)
- [references/pipelines/sarek.md](references/pipelines/sarek.md)
- [references/pipelines/atacseq.md](references/pipelines/atacseq.md)
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.