From 48ac8b5309cc06474d94006bd55532ad191c82f7 Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Mon, 21 Oct 2024 10:04:15 -0500 Subject: [PATCH] Update docs/dsl1.md Signed-off-by: Ben Sherman --- docs/dsl1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsl1.md b/docs/dsl1.md index 17e7f68f73..6083a9686a 100644 --- a/docs/dsl1.md +++ b/docs/dsl1.md @@ -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} -DSL2 scripts cannot exceed 64 KB in size. Large DSL1 scripts may need to be split into modules to avoid this limit. +Nextflow scripts cannot exceed 64 KB in size. ::: ## Deprecations