Loading...
Loading...
Migrate Nextflow pipeline code to newer language requirements. Use when fixing strict syntax errors, replacing versions channels with topic channels, migrating from `publishDir` to workflow outputs (the `output {}` block), or adding static typing (typed processes/workflows, records, typed params).
npx skill4agent add nextflow-io/agent-skills migrate-nextflow-codenextflow lint.nf-core.ymlnf_core_versionnf-core pipelines sync| Migration | Use when the user… | Read this file |
|---|---|---|
| Strict syntax | …has strict syntax errors, or asks to run | |
| Topic channels | …wants to replace the | |
| Static typing | …wants to add static types — typed process/workflow inputs and outputs, records (replacing tuples), or typed params | |
| Workflow outputs | …wants to replace | |
nf-test testnextflow run . -profile test,docker -resume