Skip to content

Commit 21999e2

Browse files
committed
Incorporate old module docs into new module docs
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent ba8002d commit 21999e2

18 files changed

Lines changed: 180 additions & 386 deletions

File tree

docs/guides/gradle-plugin.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ Nextflow provides a new `plugin create` command that simplifies the creation of
66

77
The [Nextflow Gradle plugin](https://github.com/nextflow-io/nextflow-plugin-gradle) configures default dependencies needed for Nextflow integration and defines Gradle tasks for building, testing, and publishing Nextflow plugins. The Gradle plugin is versioned and published to the [Gradle Plugin Portal](https://plugins.gradle.org/), allowing developers to manage it like any other dependency. As the plugin ecosystem evolves, the Gradle plugin will enable easier maintenance and adoption of improvements. This page introduces [Nextflow Gradle plugin](https://github.com/nextflow-io/nextflow-plugin-gradle) and how to use it.
88

9-
:::{note}
10-
The Nextflow Gradle plugin and plugin registry are currently available as a public preview. See the {ref}`Migrating to the Nextflow plugin registry <plugin-registry-page>` for more information.
11-
:::
12-
139
(gradle-plugin-create)=
1410

1511
## Creating a plugin

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ process
8080
process-typed
8181
workflow
8282
workflow-typed
83-
module
8483
notifications
8584
secrets
8685
sharing

docs/migrations/24-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `task` variable in the process definition has two new properties, `task.prev
5151

5252
## Deprecations
5353

54-
- The use of `addParams` and `params` clauses in include declarations is deprecated. See {ref}`module-params` for details.
54+
- The use of `addParams` and `params` clauses in include declarations is deprecated. See {ref}`strict-syntax-page` for details.
5555

5656
## Miscellaneous
5757

docs/migrations/dsl1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Similarly, in DSL2, process outputs can be consumed by multiple consumers automa
100100

101101
In DSL1, the entire Nextflow pipeline must be defined in a single file. For example, `main.nf`. This restriction becomes cumbersome as a pipeline grows and hinders the sharing and reuse of pipeline components.
102102

103-
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, modules can help you organize a large pipeline into multiple smaller files and take advantage of modules created by others. See {ref}`module-page` to learn more about modules.
103+
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, modules can help you organize a large pipeline into multiple smaller files and take advantage of modules created by others. See {ref}`modules-page` to learn more about modules.
104104

105105
:::{note}
106106
DSL2 scripts cannot exceed 64 KB in size. Split large DSL1 scripts into modules to avoid this limit.

docs/module.md

Lines changed: 0 additions & 294 deletions
This file was deleted.

0 commit comments

Comments
 (0)