32 posts tagged with "nextflow"
View All TagsNextflow 26.06.0-edge
Feature updates and improvements
Language features
- Clarified
storeDircaveats withenv,eval, andstdoutoutputs by @bentsherman in #7235
Azure
- Added docs tip for relocating Docker storage on Azure Batch nodes by @adamrtalbot in #6937
Fusion
- Added a clear error when Fusion is enabled without an access token by @jorgee in #7263
Plugins
- Consolidated the
nf-towerplugin intonf-seqeraby @pditommaso in #7252
General
- Added Fibonacci and Pareto to the run name generator by @bentsherman in #7255
- Normalized version callouts in the docs by @bentsherman in #7256
- Propagated the Seqera Intelligent Compute scheduler run identifier to Platform by @jorgee in #7228
- Removed uncommitted specs by @bentsherman in #7267
Dependencies
- Bumped
nf-seqera@1.0.0
Bug fixes
Language features
- Fixed docs example for record operations by @bentsherman in #7250
- Fixed
flatMaptuple error for dataflow value by @bentsherman in #7254
General
- Fixed failing unit tests with clean build by @bentsherman in #7264
- Lowered
trace-access.nfmemory to fit CI runner capacity by @pditommaso in #7266
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.06.0-edge
Nextflow 26.05.0-edge
Feature updates and improvements
Language features
- Removed the deprecated
echoprocess directive by @pditommaso in #7206 - Added support for record type input with dot-notation CLI params by @jorgee in #7170
Azure
- Improved Azure Batch VM image diagnostics and fixed stale 24.04 docs by @pditommaso in #7200
Plugins
- Added workflow DAG reporting to the
nf-towerplugin by @ewels in #7218 - Allowed the plugin version to be specified when running a plugin command by @JosuaCarl in #7113
- Added subcommand listing to
nextflow plugins -helpby @ewels in #7197
General
- Added
-helpas an alias for-hin top-level CLI options by @ewels in #7238 - Added GPU metrics to the workflow-level execution summary by @cristianrcv in #7229
- Added hidden plural/singular aliases for noun subcommands by @ewels in #7239
- Added Nextflow module info to the lineage
TaskRunentry by @jorgee in #7160 - Added
seqera://data-links support to thenf-towerfilesystem by @jorgee in #7070 - Added a
shellEnabledoption and per-task prediction model to the Seqera executor by @pditommaso in #7204 - Added the
nextflow logfilecommand by @ewels in #7177 - Added a data lineage architecture decision record (ADR) by @bentsherman in #7187
- Changed
stdoutoutputs tostderrto avoid breaking piped output by @ewels in #7121 - Clarified the distinction between modules and script inclusion in the docs by @bentsherman in #7217
- Migrated the docs to the new build by @christopher-hakkaart in #7119
- Improved Tower telemetry error handling on transient gateway failures by @pditommaso in #7190
- Mirrored test containers to
public.cr.seqera.ioto harden CI against quay.io outages by @pditommaso in #7195 - Promoted the
lateststable channel by version comparison instead of branch name by @pditommaso in b5ac62e0c - Refactored
changelog.txttoCHANGELOG.mdby @ewels in #7179 - Added support for the accelerator directive in the local executor by @bentsherman in #5850
- Used a stop flag instead of a thread interrupt to shut down the logs checkpoint by @pditommaso in #7193
Bug fixes
Language features
- Fixed "No such variable" in typed output block with job arrays by @jorgee in #7221
- Fixed
castandinstanceofwith record types by @bentsherman in #7185 - Fixed staging of
Pathfields of included record types by @robsyme in #7226
Plugins
- Preserved the order of plugin declarations in config by @jagedn in #7227
General
- Fixed workflow completion handler being called twice by @bentsherman in #7191
- Fixed lineage records for stub-run and eval outputs by @jorgee in #7211
- Fixed netty CVE-2026-44249 via an AWS SDK bump and
azure-core-http-nettypin by @jorgee in #7223 - Fixed
nxf_datefor uutils coreutils (Ubuntu 26.04+) by @robsyme in #7118 - Fixed
nxf_dateto sample seconds and nanoseconds atomically by @pditommaso in #7207
Dependencies
- Bumped
nf-amazon@3.10.0 - Bumped
nf-azure@1.23.0 - Bumped
nf-codecommit@0.6.0 - Bumped
nf-seqera@0.22.0 - Bumped
nf-tower@1.29.0
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.05.0-edge
Nextflow 26.04.4
Feature updates and improvements
Plugins
- Bumped the default plugin create template to v0.4.0 by @pditommaso in #7234
General
- Added Nextflow module info to lineage
TaskRunentry by @jorgee in #7160
Bug fixes
Language features
- Fixed "No such variable" in typed output block with job arrays by @jorgee in #7221
- Fixed
castandinstanceofwith record types by @bentsherman in #7185 - Fixed staging of
Pathfields of included record types by @robsyme in #7226
Plugins
- Preserved order of plugin declarations in config by @jagedn in #7227
General
- Fixed workflow completion handler being called twice by @bentsherman in #7191
- Fixed
nxf_datefor uutils coreutils (Ubuntu 26.04+) by @robsyme in #7118 - Fixed
nxf_dateto sample seconds and nanoseconds atomically by @pditommaso in #7207
Dependencies
- Bumped
nf-amazon@3.9.2 - Bumped
nf-azure@1.22.6 - Bumped
nf-codecommit@0.5.3 - Bumped
nf-seqera@0.21.0 - Bumped
nf-tower@1.28.1
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.04.4
Nextflow 25.10.6
Feature updates and improvements
Azure
- Updated default Azure Batch pool image to Ubuntu 24.04 by @pditommaso in 114d0e4c
General
- Pinned
rnaseq-nfto v2.3 in Azure validation script by @pditommaso in 8f7e5780
Bug fixes
S3
- Fixed
S3FileSystemProvider.newInputStream()draining full object on close by @jorgee in #7046
General
- Fixed world-readable
seqera-auth.configcredential file by @arnaualcazar in #7182 - Fixed
LogsCheckpointthread interrupt race condition by @pditommaso in #6939
Dependencies
- Bumped
nf-amazon@3.4.5by @pditommaso in b9074b2d - Bumped
nf-tower@1.17.7by @pditommaso in da09f092 - Bumped
nf-azure@1.20.3by @pditommaso in 1e000afe
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v25.10.6
Nextflow 26.04.3
Feature updates and improvements
Language features
- Improved the error message when enabling types with syntax parser v1 by @jorgee in #7173
Plugins
- Made plugin metadata prefetch resilient to registry rate limiting by @pditommaso in #7181
Fusion
- Added support for fetching local files in
FUSION_CONTAINER_CONFIG_URLby @alberto-miranda in #7142
Bug fixes
S3
- Fixed bucket cleanup in S3 test by @bentsherman in #7172
General
- Fixed docs CI on Python 3.14 by upgrading Sphinx by @jorgee in #7175
Dependencies
- Bumped
nf-azure@1.22.5 - Bumped
nf-google@1.27.3 - Bumped
nf-k8s@1.5.4 - Bumped
nf-seqera@0.20.1 - Bumped
nf-tower@1.28.0 - Bumped
nf-wave@1.21.0
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.04.3
Nextflow 26.04.2
Feature updates and improvements
Language features
- Validated module spec against JSON schema by @pditommaso in #7094
- Updated guidelines for strict parser by @bentsherman in #7134
General
- Honored token field in
BitbucketServerRepositoryProviderby @jorgee in #7120 - Picked up force-pushed branches in multi-revision repo strategy by @jorgee in #7103
- Tightened CI security and removed dead code in workflows by @ewels in #7139
- Updated GitHub Actions with security updates by @ewels in #7138
Dependencies
- Pinned
pythonto 3.14.5 by @seqeralabs-renovate in #7152 - Bumped
nf-azure@1.22.4by @pditommaso in 2bcc6e8c - Bumped
nf-k8s@1.5.3by @pditommaso in b2ea7492 - Bumped
nf-seqera@0.20.0by @pditommaso in 4d55e81e
Bug fixes
Language features
- Fixed
module runto allow optional path inputs by @bentsherman in #7163 - Fixed destructured record input in
module runby @bentsherman in #7164 - Fixed function calls in typed process outputs by @bentsherman in #7148
- Fixed strict parser to include params refs in task hash by @bentsherman in #7165
- Normalized
TaskPathtoPathin typed process outputs by @stekaz in #7090
Azure
- Fixed Azure rnaseq-nf test by @bentsherman in #7143
General
- Released HTTP sockets when reading HTTP attributes to avoid 503 throttling by @jorgee in f2b0284e
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.04.2
Nextflow 26.04.1
Feature updates and improvements
General
- Updated migration docs now that 26.04 is released by @ewels in #7085
Dependencies
- Bumped
ch.qos.logback:logback-classicto v1.5.32 by @seqeralabs-renovate in #7126 - Bumped
nf-amazon@3.9.1by @pditommaso in 816c0774 - Bumped
nf-azure@1.22.3by @pditommaso in 78fa5013 - Bumped
nf-codecommit@0.5.2by @pditommaso in 4ae5c872 - Bumped
nf-seqera@0.19.1by @pditommaso in 764003a9
Bug fixes
General
- Fixed module binaries on
nextflow module runvia session flag by @pditommaso in #7089
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.04.1
Nextflow 25.10.5
See the Migrating to 25.10 for a comprehensive list of changes since the last stable release.
Feature updates and improvements
Dependencies
- Bumped nf-tower@1.17.6 by @pditommaso
Bug fixes
Language features
- Fixed formatting bug with map key expression by @bentsherman in #6893
- Fixed incorrect evaluation of
secretprocess directive by @bentsherman in #6934 - Fixed params block in included module by @bentsherman in #6940
- Fixed params inclusion across modules in v2 parser by @bentsherman in #6766
Configuration
- Fixed resolution of params in resolved config text by @jorgee in #7072
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v25.10.5
Nextflow 26.04.0
See the Migrating to 26.04 for a comprehensive list of changes since the last stable release.
Feature updates and improvements
Configuration
- Renamed
nextflow.preview.typesfeature flag tonextflow.enable.typesby @pditommaso in #7067 - Added support for validation of collection params with record types by @bentsherman in #7025
General
- Added
-user-secretand-workspace-secretflags tonextflow launchby @rnaidu-seqera in #7040
Bug fixes
Language features
- Fixed runtime type reflection in
nf-langby @bentsherman in #7077
General
- Fixed ANSI colors in error messages by @ewels in #7078
Dependencies
- Bumped
nf-tower@1.27.0
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.04.0