nextflow-development

Automate nf-core pipeline deployment and management for genomic data analysis.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cy-wali/knowledge --skill nextflow-development-cy-wali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nextflow-development
Source: https://github.com/cy-wali/knowledge/tree/main/bio-research/skills/nextflow-development
Command: npx skills add https://github.com/cy-wali/knowledge --skill nextflow-development-cy-wali

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

nf-core workflow deployment and data orchestration for genomic analyses, simplifying setup, validation, and execution across multiple pipelines.

Core Features & Use Cases

  • End-to-end orchestration of nf-core pipelines (rnaseq, sarek, atacseq) from local FASTQs or GEO/SRA data
  • Automated samplesheet generation, configuration validation, and environment readiness checks
  • Guidance for data-driven decision-making, pipeline selection, and reproducible re-analysis

Quick Start

Run nf-core pipelines on your data by providing a prepared samplesheet and genome choice.

Frequently Asked Questions about nextflow-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate nf-core pipelines for RNA-seq or WGS data analysis?

You orchestrate nf-core pipelines by providing a prepared samplesheet and genome choice. The setup automates deployment and management for genomic analyses across pipelines like rnaseq, sarek, and atacseq.

Can I run nf-core pipelines directly using GEO or SRA data?

Yes, nf-core workflows can process local FASTQs or GEO/SRA data. The orchestration handles data retrieval and end-to-end setup, validating inputs to ensure environment readiness before execution.

How do I automate samplesheet generation for Nextflow workflows?

Samplesheet generation is automated as part of the end-to-end nf-core pipeline setup. The system validates your inputs and handles configuration, ensuring your samplesheet matches the required genomic pipeline format.

Do I need Python packages like requests and pyyaml to run nf-core pipelines?

Yes, Nextflow orchestration requires Python packages like requests and pyyaml. These dependencies are validated during environment readiness checks to ensure safe inputs and proper pipeline configuration before execution.

What is the best way to validate configurations for nf-core genomic pipelines?

The best way to validate nf-core configurations is through automated environment readiness checks. This process guards against unsafe inputs, validates dependencies, and ensures your genomic workflow setup is reproducible.

Why does my Nextflow pipeline fail when processing local FASTQ files?

Nextflow pipelines often fail due to invalid inputs or missing dependencies. The orchestration validates your samplesheet, checks for required Python packages like pyyaml, and guards against unsafe inputs to prevent execution errors.