Skip to content

Commit

Permalink
Revert "Update docs/dsl1.md"
Browse files Browse the repository at this point in the history
This reverts commit 48ac8b5.

Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Oct 21, 2024
1 parent 48ac8b5 commit 30ea996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dsl1.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In DSL1, the entire Nextflow pipeline must be defined in a single file (e.g. `ma
DSL2 introduces the concept of "module scripts" (or "modules" for short), which are Nextflow scripts that can be "included" by other scripts. While modules are not essential to migrating to DSL2, nor are they mandatory in DSL2 by any means, modules can help you organize a large pipeline into multiple smaller files, and take advantage of modules created by others. Check out the {ref}`module-page` to get started.

:::{note}
Nextflow scripts cannot exceed 64 KB in size.
DSL2 scripts cannot exceed 64 KB in size. Large DSL1 scripts may need to be split into modules to avoid this limit.
:::

## Deprecations
Expand Down

0 comments on commit 30ea996

Please sign in to comment.