| display_name | description | icon | verified | tags | ||||
|---|---|---|---|---|---|---|---|---|
| Nextflow | A module that adds Nextflow to your Coder template. | ../../../../.icons/nextflow.svg | true |
|
Nextflow
A module that adds Nextflow to your Coder template.
module "nextflow" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/nextflow/coder"
version = "0.9.1"
agent_id = coder_agent.main.id
}