2025-09-18 09:30:48 +00:00

502 B

display_name description icon verified tags
Nextflow A module that adds Nextflow to your Coder template. ../../../../.icons/nextflow.svg true
nextflow
workflow
hpc
bioinformatics

Nextflow

A module that adds Nextflow to your Coder template.

Nextflow

module "nextflow" {
  count    = data.coder_workspace.me.start_count
  source   = "registry.coder.com/coder-labs/nextflow/coder"
  version  = "0.9.0"
  agent_id = coder_agent.example.id
}