# Nextflow Pipelines Quick Reference

> Sub-skill of nextflow-pipelines: Quick Reference.

- Skill: `vamseeachanta/nextflow-pipelines-quick-reference` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/nextflow-pipelines-quick-reference`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/nextflow-pipelines-quick-reference/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/nextflow-pipelines-quick-reference

---


# Quick Reference

## Quick Reference


For common exit codes and fixes, see [references/troubleshooting.md](references/troubleshooting.md).

### Resume failed run


```bash
nextflow run nf-core/<pipeline> -resume
```

---

