Forrest logo
back to the nextflow tool

nextflow:tldr:f755b

nextflow: List all downloaded projects.
$ nextflow list
try on your machine

The command "nextflow list" is a command used in Nextflow, a dataflow programming framework for building reactive and scalable data workflows.

When run, "nextflow list" displays a list of all available processes, workflows, and their associated parameters that are defined in the Nextflow script or project. This command is useful for getting an overview of the available processes and workflows that can be executed using Nextflow.

In addition to the process and workflow names, "nextflow list" also provides information such as the input channels, output channels, and other associated parameters for each process or workflow. The list output may include various other details about the processes or workflows defined in the Nextflow script, depending on how they are configured.

Overall, "nextflow list" helps users understand the available options for executing processes and workflows, and provides a quick reference for their associated parameters.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nextflow tool