Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migrations/24-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The `nf-ga4gh` plugin has since been moved into its own repository, [nextflow-io
```groovy
conda.channels = ['seqera', 'conda-forge', 'bioconda', 'defaults']

## Miscellanous
## Miscellaneous

- New config option: `azure.batch.pools.<name>.lowPriority`
- New config option: `azure.batch.pools.<name>.startTask.script`
Expand Down
4 changes: 2 additions & 2 deletions docs/migrations/24-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Nextflow now supports managed identities for the Azure Batch executor. See {ref}

<h3>Task previous execution trace</h3>

The `task` variable in the process definition has two new proprties, `task.previousTrace` and `task.previousException`, which allows a task to access the runtime metadata of the previous attempt. See {ref}`task-previous-execution-trace` for details.
The `task` variable in the process definition has two new properties, `task.previousTrace` and `task.previousException`, which allows a task to access the runtime metadata of the previous attempt. See {ref}`task-previous-execution-trace` for details.

## Breaking changes

Expand All @@ -53,7 +53,7 @@ The `task` variable in the process definition has two new proprties, `task.previ

- The use of `addParams` and `params` clauses in include declarations is deprecated. See {ref}`module-params` for details.

## Miscellanous
## Miscellaneous

- New config option: `aws.client.requesterPays`
- New config option: `google.batch.autoRetryExitCodes`
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations/25-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The third preview of workflow outputs introduces the following breaking changes

- The syntax for dynamic publish paths has changed. Instead of defining a closure that returns a closure with the `path` directive, the outer closure should use the `>>` operator to publish individual files. See {ref}`workflow-publishing-files` for details.

- The `mapper` index directive has been removed. Use a `map` operator in the workflwo body instead.
- The `mapper` index directive has been removed. Use a `map` operator in the workflow body instead.

See {ref}`migrating-workflow-outputs` to get started.

Expand Down
Loading