Skip to content

Commit 30ea996

Browse files
committed
Revert "Update docs/dsl1.md"
This reverts commit 48ac8b5. Signed-off-by: Ben Sherman <[email protected]>
1 parent 48ac8b5 commit 30ea996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dsl1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In DSL1, the entire Nextflow pipeline must be defined in a single file (e.g. `ma
8888
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.
8989

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

9494
## Deprecations

0 commit comments

Comments
 (0)