We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm creating dynamic publishDir paths (e.g., publishDir { file(params.output_dir) / "QC/${step}/multiqc/" }), which breaks the syntax coloring (see attached).
publishDir { file(params.output_dir) / "QC/${step}/multiqc/" }
I'm using the 2022-4-13, 09:46:21 release of the nextflow.nextflow VS Code extension.
2022-4-13, 09:46:21
nextflow.nextflow