Nextflow Development

🏢Official
by anthropics · vlatest · Repository

Develop Nextflow workflows for efficient bioinformatics pipelines – streamlining data processing and analysis for faster research.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nextflow-development npx -- -y @trustedskills/nextflow-development
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nextflow-development": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nextflow-development"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The nextflow-development skill enables AI agents to create, modify, and manage Nextflow pipelines for scalable bioinformatics and data processing workflows. It allows agents to generate pipeline code, configure execution environments, and handle complex data dependencies automatically.

When to use it

  • Automating the creation of new bioinformatics analysis pipelines from scratch based on research requirements.
  • Modifying existing Nextflow scripts to incorporate new tools or update data processing logic.
  • Generating configuration files for specific cloud computing environments like AWS Batch or Google Cloud Life Sciences.
  • Debugging and optimizing pipeline performance by analyzing workflow graphs and resource usage patterns.

Key capabilities

  • Generates valid Nextflow DSL2 code for multi-step data processing workflows.
  • Configures process parameters, input/output channels, and task dependencies dynamically.
  • Integrates with external tools such as BWA, GATK, and SAMtools within pipeline definitions.
  • Manages execution profiles for different hardware environments (local, HPC, cloud).

Example prompts

  • "Create a Nextflow pipeline to align raw sequencing reads using BWA-MEM and sort the output with SAMtools."
  • "Modify this existing Nextflow script to add a quality control step using FastQC before alignment."
  • "Generate a Nextflow configuration file optimized for running on AWS Batch with specific instance types."

Tips & gotchas

Ensure you provide clear specifications for input data formats and desired output structures, as vague requirements may lead to incomplete pipeline logic. Always validate generated code against your target execution environment's version constraints before deployment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anthropics
Installs
99

🏢 Official

Published by the company or team that built the technology.