carpentries-incubator / workflows-nextflow

Workflow management with Nextflow and nf-core
https://carpentries-incubator.github.io/workflows-nextflow/
Other
18 stars 29 forks source link

Nextflow review @bobturneruk ep4, -process.echo #121

Closed ggrimes closed 2 months ago

ggrimes commented 2 months ago

The flag -process.echo is explained before it is used here https://carpentries-incubator.github.io/workflows-nextflow/04-processes-part1.html#process-definition - I don't think it's in earlier material?

ggrimes commented 2 months ago

In addition process.echo has been deprecated since version 22.04.0: Use process.debug instead