This lesson is still being designed and assembled (Pre-Alpha version)

The new Nextflow syntax - DSL2

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • What is different in DSL2?

Objectives
  • Learn about the new workflow data structure.

  • Learn how the syntax changes between the DSLs

DSL2 is the 2nd version of the Domain Specific Language.

Key Points

  • The workflow block describes the workflow.

  • Workflows can be modularised.

  • Channel forking is now implicit.