bio-prefect-dask-nextflow

Scaffold omics pipelines with Prefect+Dask or Nextflow for HPC schedulers.

7|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/fmschulz/omics-skills --skill bio-prefect-dask-nextflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-prefect-dask-nextflow
Source: https://github.com/fmschulz/omics-skills/tree/main/skills/bio-prefect-dask-nextflow
Command: npx skills add https://github.com/fmschulz/omics-skills --skill bio-prefect-dask-nextflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs and scaffolds interoperable bioinformatics pipelines by selecting appropriate engines (Prefect+Dask for local/distributed execution or Nextflow for HPC), enabling rapid prototyping and deployment.

Core Features & Use Cases

  • Prefect+Dask for local and distributed execution to accelerate Python-based tasks and data processing.
  • Nextflow for HPC environments with Slurm/PBS integration and portable configs.
  • Runnable scaffold generation with engine decision logic, resource planning, and validation steps.

Quick Start

Provide your environment details (local, cluster, or HPC) and run the scaffold generator to produce a runnable project.

Frequently Asked Questions about bio-prefect-dask-nextflow

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

FAQPage Schema
How do I scaffold an omics pipeline for both local and HPC environments?

You can scaffold omics pipelines by selecting an execution engine based on your target environment. The tool generates a runnable project using Prefect+Dask for local or distributed execution, and Nextflow for HPC schedulers.

When should I use Prefect+Dask versus Nextflow for bioinformatics workflows?

Use Prefect+Dask to accelerate local and distributed Python-based omics tasks, and choose Nextflow when deploying to HPC environments requiring Slurm or PBS scheduler integration. The scaffolding process documents this engine-choice decision logic.

Can I generate a runnable Nextflow project with Slurm integration for an HPC cluster?

Yes, you can generate a runnable Nextflow scaffold configured for HPC clusters. It includes portable configurations and integrates with Slurm or PBS schedulers to manage resource planning and end-to-end omics workflow execution.

What is included in the scaffold generation for an omics pipeline?

Scaffold generation produces a runnable project that includes engine decision logic, resource planning, and validation steps. It provides guardrails and documents decisions to ensure your omics pipeline is ready for rapid prototyping and deployment.

How do I plan resources and validate an end-to-end omics workflow before deployment?

The scaffolding process applies resource planning and validation steps during generation. It provides guardrails and documents engine-choice decisions to ensure your end-to-end omics workflow executes correctly across local, distributed, or HPC platforms.