diff --git a/CHANGELOG.md b/CHANGELOG.md index 3defcfb..5402276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## LOGAN development version - +- Uses Nextflow v25 for logan run; fixes the bug in stub run in nf v24.10 (see: https://github.com/nextflow-io/nextflow/issues/5456) (#99, @samarth8392) +- ## LOGAN 0.3.1 - Improve help message for `logan run`. (#97, @kelly-sovacool) diff --git a/src/__main__.py b/src/__main__.py index ca00096..fafc9e1 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -141,6 +141,7 @@ def run(main_path, output, _mode, force_all, **kwargs): mode=_mode, force_all=force_all, pipeline_name="LOGAN", + hpc_modules="nextflow/25", **kwargs, ) finally: